Residue store
Initialize the store
size to initialize
Initialize a field
field name
element size
data type, one of int8, int16, int32, uint8, uint16, uint32, float32
Add a field
field name
element size
data type, one of int8, int16, int32, uint8, uint16, uint32, float32
Empty the store
Copy data from one store to another
store to copy from
offset to start copying to
offset to start copying from
number of entries to copy
Copy data within this store
number of entries to copy
Dispose of the store entries and fields
Resize the store to 1.5 times its current size if full
Resize the store to the new size
new size
Sort entries in the store given the compare function
function to sort by
Generated using TypeDoc
Residue store