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


data


Usage

data a


Signature

data: % $\to$ P


Parameter Type Description
a % an array


Returns

Returns the raw data of the array a. No copying is made. This function can be used for efficiency before accessing the elements of a inside a loop, or in order to pass the elements of a to a C function.



Manuel Bronstein 2004-06-28