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