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