fun <A> Arb.Companion.subsequence(list: List<A>): Arb<List<A>>
Generates a random subsequence, including the empty list.