indexSetWithIndex static method
indexSetWithIndex:
Implementation
static NSIndexSet indexSetWithIndex(int value) {
final $ret = _objc_msgSend_14hpxwa(
_class_NSIndexSet,
_sel_indexSetWithIndex_,
value,
);
return NSIndexSet.fromPointer($ret, retain: true, release: true);
}