arrow-optics / arrow.optics.extensions / StringSnoc / snoc
open fun snoc(): Prism<String, Tuple2<String, Char>>
open fun snoc():
Prism
<
String
, Tuple2<
,
Char
>>
Provides a Prism between a S and its init and last element A.
Do you like Arrow?