StoredValue<T> constructor

StoredValue<T>(
  1. T initial
)

Implementation

StoredValue(T initial) : _value = initial;