next up previous contents index
Next: PrimitiveArrayType Up: Data Structures Previous: PackedPrimitiveArray   Contents   Index


PrimitiveArray


Usage

import from PrimitiveArray T


Parameter Type Description
T Type the type of the array entries


Description

PrimitiveArray provides arrays of entries of type $T$, $0$-indexed and without bound checking (the debug version of libaldor provides bound-checking for primitive arrays).


Exports

PrimitiveArrayType T



Manuel Bronstein 2004-06-28