[][src]Module im::proptest

Proptest strategies.

These are only available when using the proptest feature flag.

Functions

hash_map

A strategy for a HashMap of a given size.

hash_set

A strategy for a HashSet of a given size.

ord_map

A strategy for an OrdMap of a given size.

ord_set

A strategy for an OrdSet of a given size.

vector

A strategy for generating a Vector of a certain size.