fn u16_from_bytes(bytes: &[u8]) -> Vec<u16>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
Expand description

Group bytes into u16 values for conversion to UTF-16, respecting the byte order mark if present.