Type Alias Dibits

Source
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 */ }