NSIndexSet.as constructor

NSIndexSet.as(
  1. 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$));
}