NSMutableCopying.as constructor

NSMutableCopying.as(
  1. ObjCObject other
)

Constructs a NSMutableCopying that points to the same underlying object as other.

Implementation

NSMutableCopying.as(objc.ObjCObject other) : object$ = other;