Arbitrary.shrink

Undocumented in source. Be warned that the author may not have intended to support it.
template Arbitrary(T)
shrink
(
T val
)
if (
isArray!T &&
HasArbitrary!(ElementType!T).HasGenerate!()
&&
!isSomeString!T
)

Meta