Module proptest::array [] [src]

Support for strategies producing fixed-length arrays.

There is no explicit type for array strategies; instead, simply make an array containing the desired strategy(ies) of the desired length.

General implementations are available for sizes 1 through 32.

Structs

ArrayValueTree

A ValueTree operating over a fixed-size array.