Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-optics
/
arrow.optics.typeclasses
/
Snoc
/
snoc
snoc
abstract
fun
snoc
(
)
:
Prism
<
S
,
Pair
<
S
,
A
>
>
Provides a
Prism
between a
S
and its
init
and last element
A
.
open
infix
fun
S
.
snoc
(
last
:
A
)
:
S
Append an element
A
to
S
.