Mutable<T> constructor
Mutable<T> (
- T value
Creates a new mutable container with the given value.
Implementation
Mutable(this.value);
Creates a new mutable container with the given value.
Mutable(this.value);