next up previous contents index
Next: PrimitiveArray Up: Data Structures Previous: MemoryBlock   Contents   Index


PackedPrimitiveArray


Usage

import from PackedPrimitiveArray T


Parameter Type Description
T PackableType the type of the array entries


Description

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


Exports

PrimitiveArrayType T



Manuel Bronstein 2004-06-28