set

actual abstract fun set(receiver1: D, receiver2: E, value: V)(source)(source)
expect abstract fun set(receiver1: D, receiver2: E, value: V)(source)(source)

Modifies the value of the property.

Since Kotlin

1.0

Parameters

receiver1

the instance of the first receiver.

receiver2

the instance of the second receiver.

value

the new value to be assigned to this property.