Type Alias simple_endian::i128le

source ·
pub type i128le = LittleEndian<i128>;
Expand description

Shorthand for LittleEndian<i128>

Aliased Type§

struct i128le(/* private fields */);