pub type LEBitReader<R> = BitReader<LittleEndian, R>;
Reads least significant bits first.
pub struct LEBitReader<R> { /* private fields */ }