NSMutableSet.as constructor
NSMutableSet.as(
- ObjCObject other
Constructs a NSMutableSet that points to the same underlying object as other.
Implementation
NSMutableSet.as(objc.ObjCObject other) : object$ = other {
assert(isA(object$));
}