next up previous contents index
Next: binarySearch Up: ArrayType Previous: ArrayType   Contents   Index


array


Usage

array(p, n)


Signature

array: (P, MachineInteger) $\to$ %


Parameter Type Description
p P a primitive array structure
n MachineInteger a number of elements


Returns

Returns an array containing the first n entries of p. No copying is made.



Manuel Bronstein 2004-06-28