proptest::bits::usize

Function masked

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

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