Create a mutable view of a datum array.
Synopsis
Description
Create a DatumMutableArrayRef object having the specified data, length, and capacity.
Parameters
Name |
Description |
data |
pointer to the array storage |
length |
pointer to the array length |
capacity |
allocated capacity of the array |
Created with MrDocs