write_vec_u16

Function write_vec_u16 

Source
pub fn write_vec_u16<W: Writer, T>(
    input: &[T],
    writer: &mut W,
) -> Result<(), Error>
where T: Writeable,
Expand description

Writes a vector of values to the given writer. This function differs from write_vec in that it uses u16 prefixes to give the length of the vector instead of a BigSize.