indexSetWithIndex static method

NSMutableIndexSet indexSetWithIndex(
  1. int value
)
override

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);
}