pub type DibitBytes<T> = SubByteIter<DibitByteParams, T>;
Expand description
Groups dibits into full bytes. The source must be a multiple of 4 dibits.
Aliased Typeยง
struct DibitBytes<T> { /* private fields */ }
pub type DibitBytes<T> = SubByteIter<DibitByteParams, T>;
Groups dibits into full bytes. The source must be a multiple of 4 dibits.
struct DibitBytes<T> { /* private fields */ }