Module proptest::tuple [] [src]

Support for combining strategies into tuples.

There is no explicit "tuple strategy"; simply make a tuple containing the strategy and that tuple is itself a strategy.

Structs

TupleValueTree

Common ValueTree implementation for all tuple strategies.