Expand description
Proptest strategies for most common primitive types
These strategies always return valid values.
Functionsยง
- arb_
bool - Strategy to generate an arbitrary boolean
- arb_
bytes - Strategy to generate an arbitrary bytestring
- arb_
char - Strategy to generate an arbitrary character
- arb_
complicated - Strategy to generate a complicated data structure
- arb_
integer - Strategy to generate an arbitrary BigInt
- arb_
natural - Strategy to generate an arbitrary non-negative BigInt
- arb_
text - Strategy to generate an arbitrary string