indexSetWithIndex static method

NSIndexSet indexSetWithIndex(
  1. int value
)

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