//arrow-fx-stm/arrow.fx.stm/newTSet
common fun <A> STM.newTSet(fn: (A) -> Int): TSet<A>
fun <A> STM.newTSet(): TSet<A>
Do you like Arrow?