pub fn bit_vectors(width: usize) -> Result<BitVectorIter, CombError>Expand description
Construct a bit-vector iterator, rejecting widths that would overflow the
u128 cursor.
pub fn bit_vectors(width: usize) -> Result<BitVectorIter, CombError>Construct a bit-vector iterator, rejecting widths that would overflow the
u128 cursor.