pub fn masked(mask: Vec<bool>) -> BitSetStrategy<Vec<bool>>
Generates values where any bits set in mask (and no others) may be set.
mask