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