next up previous contents index
Next: sort! Up: ArrayType Previous: new   Contents   Index


resize!


Usage

resize!(a, n)


Signature

resize!: (%,MachineInteger) $\to$ %


Parameter Type Description
a % an array
n MachineInteger a nonnegative size


Returns

Returns an array of $n$ entries, whose first $\char93 a$ entries are the first $\char93 a$ entries of $a$ and whose remaining entries are uninitialized.



Manuel Bronstein 2004-06-28