arrow-optics / arrow.optics / kotlin.String / toListK
fun Companion.~~toListK~~(): Iso<String, ListK<Char>> Deprecated: ListK is being deprecated. Use the function defined for List from Iso’s companion object.
fun
Companion
.~~toListK~~():
Iso
<
String
, ListK<
Char
>>
Iso that defines equality between String and ListK of Char
Do you like Arrow?