RefValueInstance

sealed external interface RefValueInstance<T>(source)

Functions

Link copied to clipboard
open inline operator fun getValue(thisRef: Nothing?, property: KProperty<*>): T
Link copied to clipboard
open inline operator fun setValue(thisRef: Nothing?, property: KProperty<*>, value: T)