mutableCopy()
Returns the object returned by mutableCopy(with:) where the zone is nil.
Declaration
func mutableCopy() -> AnyReturn Value
The object returned by the NSMutableCopying protocol method mutableCopy(with:), where the zone is nil.
Discussion
This is a convenience method for classes that adopt the NSMutableCopying protocol. An exception is raised if there is no implementation for mutableCopy(with:).