Contents

MutableRef

A safe mutable reference allowing in-place mutation to an exclusive value.

Declaration

@frozen struct MutableRef<Value> where Value : ~Copyable

Topics

Initializers

Instance Properties

See Also

Borrowing