pub type U16<E> = U16Bytes<E>;
A u16 value with an externally specified endianness of type E.
u16
E
struct U16<E>(/* private fields */);