pub(crate) fn offset_list_size(
data: &OffsetList,
callback: impl FnMut(usize, usize),
)
Expand description
Helper to compute the size of an OffsetList
in memory.
pub(crate) fn offset_list_size(
data: &OffsetList,
callback: impl FnMut(usize, usize),
)
Helper to compute the size of an OffsetList
in memory.