Returns this value wrapped in a Mutable container.
Mutable<T> get mutable { return Mutable<T>(this); }