copy Mutable Phrase
If the receiver is mutable, make its subobjects immutable and return it. Otherwise, make a mutable copy of the receiver and return it.
Return
The mutable receiver or a mutable copy of it.
If the receiver is mutable, make its subobjects immutable and return it. Otherwise, make a mutable copy of the receiver and return it.
The mutable receiver or a mutable copy of it.