pub fn write_strings_u16<W: Writer>( inputs: &[String], writer: &mut W, ) -> Result<(), Error>
Writes a set of strings to the given writer, using u16 prefixes, compared to write_strings which uses BigSize prefixes.
u16
write_strings
BigSize