MutableValue<T> constructor

MutableValue<T>(
  1. T initialValue
)

Implementation

factory MutableValue(T initialValue) = MutableValueImpl;