Value<T> constructor

Value<T>(
  1. T value
)

Creates a Value representing one generic value

Implementation

Value(this.value);