Function proptest::bits::bool_vec::masked [−][src]
pub fn masked(mask: Vec<bool>) -> BitSetStrategy<Vec<bool>>
Generates values where any bits set in mask (and no others)
may be set.
pub fn masked(mask: Vec<bool>) -> BitSetStrategy<Vec<bool>>
Generates values where any bits set in mask (and no others)
may be set.