Expand description
The flag bits of a value header.
Constants§
- ARRAY
- Set on a container that is an array, clear on one that is an object.
- INTERNED
- Set on an object whose keys are two byte ids from the collection’s key table rather than bytes in a key region.
- OFFSETS
- Set on a container whose entry table carries offsets, which is every container this version writes.
- SORTED
- Set on an object whose members are in key order, which is every object this version writes.