NSMutableCopying.as constructor
NSMutableCopying.as(
- ObjCObject other
Constructs a NSMutableCopying that points to the same underlying object as other.
Implementation
NSMutableCopying.as(objc.ObjCObject other) : object$ = other;