pub type Hexbits<T> = SubByteIter<HexbitParams, T>;
Expand description
Iterates over the 6-bit symbols of a byte source, MSB to LSB. The source must be a multiple of 3 bytes.
Aliased Typeยง
pub struct Hexbits<T> { /* private fields */ }
pub type Hexbits<T> = SubByteIter<HexbitParams, T>;
Iterates over the 6-bit symbols of a byte source, MSB to LSB. The source must be a multiple of 3 bytes.
pub struct Hexbits<T> { /* private fields */ }