Usage
data a
Signature
data: % 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.