proptest::bits::u64

Function masked

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

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