Ref

class Ref<T>(value: T)

A simple mutable holder of a value.

Constructors

Link copied to clipboard
constructor(value: T)

Properties

Link copied to clipboard
var value: T