IntRef

open class IntRef

Helper class for passing int values by reference.

Constructors

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

Functions

Link copied to clipboard
open fun get(): Int
Link copied to clipboard
open fun set(value: Int)