Module offset_array

Source
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ยง

ArrayOfNullableOffsets
An array of nullable offsets that can be resolved on access.
ArrayOfOffsets
An array of offsets that can be resolved on access.