set

abstract infix fun <B> Setter<A, B>.set(b: B)

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