fun <A> Arb.Companion.left(gen: Gen<A>): Arb<Either<A, Nothing>>
Generates instances of Left using the given generator.