kotest-property-arrow / io.kotest.property.arrow / io.kotest.property.arbitrary.Arb / left

left

fun <A> Arb.Companion.left(gen: Gen<A>): Arb<Either<A, Nothing>>

Generates instances of Left using the given generator.