Type Definition code_rs::bits::DibitBytes

source · []
pub type DibitBytes<T> = SubByteIter<DibitByteParams, T>;
Expand description

Groups dibits into full bytes. The source must be a multiple of 4 dibits.