Function write_array_header

Source
fn write_array_header<W: Write>(writer: &mut W, len: usize) -> Result<(), Error>
Expand description

Write a msgpack array header (fixarray / array16 / array32 depending on len) directly to the underlying writer. Used by sequences and tuples.