Constant proptest::bits::i64::ANY[][src]

pub const ANY: BitSetStrategy<i64> = BitSetStrategy{min: 0, max: 64, mask: None,}

Generates integers where all bits may be set.