proptest::bits::bool_vec

Function masked

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

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