countByEnumeratingWithState method
int
countByEnumeratingWithState(
- Pointer<
NSFastEnumerationState> state, { - required Pointer<
Pointer< objects,ObjCObjectImpl> > - required int count,
countByEnumeratingWithState:objects:count:
Implementation
int countByEnumeratingWithState(
ffi.Pointer<NSFastEnumerationState> state, {
required ffi.Pointer<ffi.Pointer<objc.ObjCObjectImpl>> objects,
required int count,
}) {
return _objc_msgSend_1b5ysjl(
object$.ref.pointer,
_sel_countByEnumeratingWithState_objects_count_,
state,
objects,
count,
);
}