copyMutablePhrase

fun A_Phrase.copyMutablePhrase(): A_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.