arrow-optics / arrow.optics.extensions / StringCons / cons
open fun cons(): Prism<String, Tuple2<Char, String>>
open fun cons():
Prism
<
String
, Tuple2<
Char
,
>>
Provides a Prism between S and its first element A and tail S.
Do you like Arrow?