arrow-optics / arrow.optics.extensions / StringSnoc
interface ~~StringSnoc~~ : Snoc<String, Char>
Deprecated: Typeclass interface implementation will not be exposed directly anymore.
| snoc | Provides a Prism between a S and its init and last element A.open fun snoc(): Prism<String, Tuple2<String, Char>> | 
    
| invoke | Operator overload to instantiate typeclass instance.operator fun invoke(): Snoc<String, Char> | 
    
Do you like Arrow?
✖