RefValueInstance

sealed external interface RefValueInstance<T>(source)

Functions

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