Type Alias simple_endian::u128le

source ·
pub type u128le = LittleEndian<u128>;
Expand description

Shorthand for LittleEndian<u128>

Aliased Type§

struct u128le(/* private fields */);