indexInRange_options_passingTest_ method

int indexInRange_options_passingTest_(
  1. _NSRange range,
  2. int opts,
  3. ObjCBlock_bool_ffiUnsignedLong_bool predicate
)

Implementation

int indexInRange_options_passingTest_(
    _NSRange range, int opts, ObjCBlock_bool_ffiUnsignedLong_bool predicate) {
  return _lib._objc_msgSend_103(
      _id,
      _lib._sel_indexInRange_options_passingTest_1,
      range,
      opts,
      predicate._id);
}