arrow-optics / arrow.optics / PIso / stringToList
@JvmStatic fun stringToList(): Iso<String, List<Char>>
@JvmStatic fun stringToList():
Iso
<
String
,
List
Char
>>
Iso that defines equality between String and List of Char
Do you like Arrow?