pub fn arb_sized<A: ArbInterop>(size: usize) -> ArbStrategy<A>
Expand description

Constructs a proptest::strategy::Strategy for a given arbitrary::Arbitrary type, generating size bytes of random data as input to the arbitrary::Arbitrary type.