init(_:)
Initializes an instance of MutableRef with the given mutable value. This creates a mutable reference to that value preventing writes to the original value while this mutable reference is still active.
Declaration
init(_ value: inout Value)