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