Function pack_array_header

Source
pub fn pack_array_header<'a>(len: usize) -> impl Iterator<Item = Piece<'a>>
Expand description

Helper function that packs a msgpack array header.

NOTE: Values of the array are not included, and must therefore be packed next.