arrow-optics / arrow.optics / kotlin.collections.List / snoc
infix fun <A> List<A>.snoc(last: A): List<A>
infix fun <A>
List
<A>.snoc(last: A):
<A>
Do you like Arrow?