enumerateObjectsAtIndexes_options_usingBlock_ method

void enumerateObjectsAtIndexes_options_usingBlock_(
  1. NSIndexSet s,
  2. int opts,
  3. ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool block
)

Implementation

void enumerateObjectsAtIndexes_options_usingBlock_(NSIndexSet s, int opts,
    ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool block) {
  _lib._objc_msgSend_113(
      _id,
      _lib._sel_enumerateObjectsAtIndexes_options_usingBlock_1,
      s._id,
      opts,
      block._id);
}