proptest::bits::isize

Function masked

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

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