pub type Dibits<T> = SubByteIter<DibitParams, T>;
Expand description
Iterate over the 2-bit symbols of a byte source, MSB to LSB.
Aliased Typeยง
pub struct Dibits<T> { /* private fields */ }
pub type Dibits<T> = SubByteIter<DibitParams, T>;
Iterate over the 2-bit symbols of a byte source, MSB to LSB.
pub struct Dibits<T> { /* private fields */ }