pub(crate) fn push_byte_view_array_lengths<T: ByteViewType>(
tracker: &mut LengthTracker,
array: &GenericByteViewArray<T>,
)Expand description
Add to LengthTracker the encoded length of each item in the [GenericByteViewArray]
pub(crate) fn push_byte_view_array_lengths<T: ByteViewType>(
tracker: &mut LengthTracker,
array: &GenericByteViewArray<T>,
)Add to LengthTracker the encoded length of each item in the [GenericByteViewArray]