Expand description
Offset constants for arrays and vectors:
- Arrays are
[ref-count, ...items] - Vectors are
[ref-count, size, capacity, ...items]
Constantsยง
- ARRAY_
ITEMS - ARRAY_
META_ COUNT - Number of prefix fields in an array: RC.
- VECTOR_
CAPACITY - VECTOR_
ITEMS - VECTOR_
META_ COUNT - Number of prefix fields in a vector: RC, size, capacity.
- VECTOR_
SIZE