invoke

operator fun <S, A> invoke(prism: Prism<S, Pair<S, A>>): Snoc<S, A>

Construct a Snoc instance from a Prism.