set

Common
abstract fun set(receiver1: D, receiver2: E, value: V)

Modifies the value of the property.

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.

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

Modifies the value of the property.

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.

JS
abstract fun set(receiver1: D, receiver2: E, value: V)

Modifies the value of the property.

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.

Native
abstract fun set(receiver1: D, receiver2: E, value: V)

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.