Type Alias bitstream_io::LE

source ·
pub type LE = LittleEndian;
Expand description

Little-endian, or least significant bits first

Aliased Type§

struct LE;