Model 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
offset to start copying to
offset to start copying from
number of entries to copy
Dispose of the store entries and fields
Resize the store to 1.5 times its current size if full
Allows to add values to the store fields simultaneously. It is expected that all of the fields provided by the store will have their value defined in the newly added record and all the arrays with values are of the same length.
index where the data should be inserted
defines the values to add; if not provided, the store will be resized but no values will be overriden
Catana extension.
Resize the store to the new size
new size
Left-rotates the array with the given shift in the desired direction In-situ algorithm
Catana extension
Reduces the container length to equal its count. Catana extension.
Sort entries in the store given the compare function
function to sort by
Generated using TypeDoc
Model store