Create a mutable view of a datum array.
Declared in <bdld_datum.h>
DatumMutableArrayRef(
Datum* data,
SizeType* length,
SizeType capacity);
Create a DatumMutableArrayRef object having the specified data, length, and capacity.
| Name | Description |
|---|---|
| data | pointer to the array storage |
| length | pointer to the array length |
| capacity | allocated capacity of the array |