pub type Dibits<T> = SubByteIter<DibitParams, T>;
Iterate over the 2-bit symbols of a byte source, MSB to LSB.