KSTDeepMutableCopying

@protocol KSTDeepMutableCopying <NSObject>

A protocol indicating the object supports deep mutable copying semantics.

For example, if the object manages instances of collection classes, its deep mutable copy would contain deep mutable copies of those collections, and so on.

  • Creates and returns a deep mutable copy of the receiver.

    Declaration

    Objective-C

    - (nonnull id)deepMutableCopy;

    Return Value

    The deep mutable copy