indexWithOptions method
indexWithOptions:passingTest:
Implementation
int indexWithOptions(
int opts, {
required objc.ObjCBlock<
ffi.Bool Function(ffi.UnsignedLong, ffi.Pointer<ffi.Bool>)
>
passingTest,
}) {
objc.checkOsVersionInternal(
'NSIndexSet.indexWithOptions:passingTest:',
iOS: (false, (4, 0, 0)),
macOS: (false, (10, 6, 0)),
);
return _objc_msgSend_1698hqz(
object$.ref.pointer,
_sel_indexWithOptions_passingTest_,
opts,
passingTest.ref.pointer,
);
}