C malloc allocated array wrapper
free allocated memory, set length to 0
fill buffer with specified value
array[$]
const arrayindex;
ref arrayindex;
arrayindex = value;
arraya..b
array[]
make sure buffer capacity is at least (size) items
get length
set new length
get pointer
See Implementation
C malloc allocated array wrapper