AsmJit
Low-Latency Machine Code Generation
Base class used by ZoneVector template.
Creates a new instance of ZoneVectorBase
.
Tests whether the vector is empty.
Returns the vector size.
Returns the vector capacity.
Makes the vector empty (won't change the capacity or data pointer).
Resets the vector data and set its size
to zero.
Truncates the vector to at most n
items.
Sets size of the vector to n
. Used internally by some algorithms.
Vector data (untyped).
Size of the vector.
Capacity of the vector.