Function mz_repr::row::read_untagged_bytes
source · fn read_untagged_bytes<'a>(data: &'a [u8], offset: &mut usize) -> &'a [u8] ⓘ
Expand description
Read a byte slice starting at byte offset
.
Updates offset
to point to the first byte after the end of the read region.