actual abstract fun set(receiver1: D, receiver2: E, value: V)(source) Modifies the value of the property.
Since Kotlin
1.0Parameters
the instance of the first receiver.
the instance of the second receiver.
the new value to be assigned to this property.