arrow-optics / arrow.optics.extensions.listk.snoc / arrow.core.ListK / snoc
@JvmName("snoc") infix fun <A> ListK<A>.~~snoc~~(last: A): ListK<A>
Deprecated: ListK is being deprecated, use the snoc function defined for List instead.
fun <A> ListK.Companion.~~snoc~~():
ListKSnoc
<A>
Deprecated: ListK is being deprecated. Use the instance for List from the companion object of the typeclass.
Do you like Arrow?
✖