pub fn pack_array_header<'a>(len: usize) -> impl Iterator<Item = Piece<'a>>
Helper function that packs a msgpack array header.
NOTE: Values of the array are not included, and must therefore be packed next.