Function proptest::bits::i32::masked

source ·
pub fn masked(mask: i32) -> BitSetStrategy<i32>
Expand description

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