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

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

Generates integers where all bits may be set.