Expand description
Arrays of offsets with dynamic resolution
This module provides a number of types that wrap arrays of offsets, dynamically resolving individual offsets as they are accessed.
Structsยง
- Array
OfNullable Offsets - An array of nullable offsets that can be resolved on access.
- Array
OfOffsets - An array of offsets that can be resolved on access.