Type Definition simple_endian::i64le[][src]

pub type i64le = LittleEndian<i64>;
Expand description

Shorthand for LittleEndian<i64>