kotest-property / io.kotest.property.exhaustive / plus

plus

operator fun <A> Exhaustive<A>.plus(other: Exhaustive<A>): Exhaustive<A>

Returns an Exhaustive which is the concatentation of this exhaustive values plus the given exhaustive's values.