arrow-optics / arrow.optics / arrow.core.SetExtensions / toSetK
fun <A> SetExtensions.~~toSetK~~(): Iso<Set<A>, SetK<A>> Deprecated: SetK is being deprecated, and it will be removed in 0.13.
fun <A> SetExtensions.~~toSetK~~():
Iso
<
Set
<A>, SetK<A>>
Iso that defines the equality between a Set and a SetK
Do you like Arrow?