NSArray$Methods extension

on

Properties

count int

Available on NSArray, provided by the NSArray$Methods extension

count
no setter

Methods

countByEnumeratingWithState(Pointer<NSFastEnumerationState> state, {required Pointer<Pointer<ObjCObjectImpl>> objects, required int count}) int

Available on NSArray, provided by the NSArray$Methods extension

countByEnumeratingWithState:objects:count:
encodeWithCoder(NSCoder coder) → void

Available on NSArray, provided by the NSArray$Methods extension

encodeWithCoder:
init() NSArray

Available on NSArray, provided by the NSArray$Methods extension

init
initWithArray(NSArray array) NSArray

Available on NSArray, provided by the NSArray$Methods extension

initWithArray:
initWithArray$1(NSArray array, {required bool copyItems}) NSArray

Available on NSArray, provided by the NSArray$Methods extension

initWithArray:copyItems:
initWithCoder(NSCoder coder) NSArray?

Available on NSArray, provided by the NSArray$Methods extension

initWithCoder:
initWithObjects(ObjCObject firstObj) NSArray

Available on NSArray, provided by the NSArray$Methods extension

initWithObjects:
initWithObjects$1(Pointer<Pointer<ObjCObjectImpl>> objects, {required int count}) NSArray

Available on NSArray, provided by the NSArray$Methods extension

initWithObjects:count:
objectAtIndex(int index) ObjCObject

Available on NSArray, provided by the NSArray$Methods extension

objectAtIndex: