pub fn serialize_map_at(
index: &[u8],
keys: &[Unit],
values: &[Unit],
buffer: &mut Buffer,
last: usize,
) -> Option<Unit>Expand description
Encodes map key/value units and their perfect-hash index using last as the
boundary for referenced buffer segments.