fn write_array_header<W: Write>(writer: &mut W, len: usize) -> Result<(), Error>
Write a msgpack array header (fixarray / array16 / array32 depending on len) directly to the underlying writer. Used by sequences and tuples.
fixarray
array16
array32
len