[][src]Type Definition simple_endian::i64be

type i64be = BigEndian<i64>;

Shorthand for BigEndian<i64>