Type Definition code_rs::bits::Dibits

source · []
pub type Dibits<T> = SubByteIter<DibitParams, T>;
Expand description

Iterate over the 2-bit symbols of a byte source, MSB to LSB.