set

context(copy: Copy<A>)
infix fun <A, B> Traversal<A, B>.set(b: B)

Changes the value of the element(s) pointed by the Traversal.