Skip to main content

bit_vectors

Function bit_vectors 

Source
pub fn bit_vectors(width: usize) -> Result<BitVectorIter, CombError>
Expand description

Construct a bit-vector iterator, rejecting widths that would overflow the u128 cursor.