[][src]Function un_algebra::tests::array::uniform2

pub fn uniform2<S>(
    strategy: S
) -> UniformArrayStrategy<S, [<S as Strategy>::Value; 2]> where
    S: Strategy

Create a strategy to generate fixed-length arrays.

All values within the new strategy are generated using the given strategy. The length of the array corresponds to the suffix of the name of this function.

See UniformArrayStrategy for example usage.