IntRef

class IntRef(var value: Int = 0)

Constructors

Link copied to clipboard
constructor(value: Int = 0)

Properties

Link copied to clipboard
var value: Int

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
inline operator fun IntRef.getValue(thisRef: Any?, property: KProperty<*>): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
inline operator fun IntRef.setValue(thisRef: Any?, property: KProperty<*>, value: Int)
Link copied to clipboard
open override fun toString(): String