[][src]Function proptest::bits::bool_vec::masked

pub fn masked(mask: Vec<bool>) -> BitSetStrategy<Vec<bool>>

Generates values where any bits set in mask (and no others) may be set.