Var<T> constructor

Var<T>(
  1. T value
)

Creates a new Var holding the given value.

Implementation

Var(this.value);