[][src]Type Definition simple_endian::i16be

type i16be = BigEndian<i16>;

Shorthand for BigEndian<i16>