pub type I16<E> = I16Bytes<E>;
An i16 value with an externally specified endianness of type E.
i16
E
struct I16<E>([u8; 2], PhantomData<E>);
0: [u8; 2]
1: PhantomData<E>