Usage
array(p, n)
Signature
array: (P, MachineInteger) %
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.