arrow-optics / arrow.optics / arrow.core.ListExtensions / toListK
fun <A> ListExtensions.~~toListK~~(): Iso<List<A>, ListK<A>> Deprecated: ListK is being deprecated, and this function will be removed in 0.13.0.
fun <A> ListExtensions.~~toListK~~():
Iso
<
List
<A>, ListK<A>>
Iso that defines the equality between a List and a ListK
Do you like Arrow?