fun <A> Exhaustive<A>.concat(other: Exhaustive<A>): Exhaustive<A>
Returns an Exhaustive which is the concatentation of this exhaustive values plus the given exhaustive's values.
Alias for plus.