indexSetWithIndexesInRange static method
indexSetWithIndexesInRange:
Implementation
static NSMutableIndexSet indexSetWithIndexesInRange(NSRange range) {
final $ret = _objc_msgSend_1k1o1s7(
_class_NSMutableIndexSet,
_sel_indexSetWithIndexesInRange_,
range,
);
return NSMutableIndexSet.fromPointer($ret, retain: true, release: true);
}