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

right

fun <B> Arb.Companion.right(gen: Gen<B>): Arb<Either<Nothing, B>>

Generates instances of Right using the given generator.