MutableRef

class MutableRef<T>(var current: T? = null)

Constructors

Link copied to clipboard
constructor(current: T? = null)

Properties

Link copied to clipboard
var current: T?