arrow-fx-stm / arrow.fx.stm / TSet / new
suspend fun <A> new(fn: (A) -> Int): TSet<A> suspend fun <A> new(): TSet<A> suspend fun <A> new(hash: Hash<A>): TSet<A>
suspend fun <A> new(fn: (A) ->
Int
):
TSet
<A>
suspend fun <A> new():
suspend fun <A> new(hash: Hash<A>):
Do you like Arrow?