set

open fun set(value: T)

Sets the value of this to value.


open fun set(lazyValue: () -> T)

Sets the value of this to the result of lazyValue.