Ref<T> constructor

Ref<T>(
  1. T _value
)

Creates a new reference bound to the provided value.

Implementation

Ref(this._value);