NSFastEnumeration.as constructor
NSFastEnumeration.as(
- ObjCObject other
Constructs a NSFastEnumeration that points to the same underlying object as other.
Implementation
NSFastEnumeration.as(objc.ObjCObject other) : object$ = other;