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