indexSetWithIndex_ static method

NSIndexSet indexSetWithIndex_(
  1. ThermionDartTexture1 _lib,
  2. int value
)

Implementation

static NSIndexSet indexSetWithIndex_(ThermionDartTexture1 _lib, int value) {
  final _ret = _lib._objc_msgSend_64(
      _lib._class_NSIndexSet1, _lib._sel_indexSetWithIndex_1, value);
  return NSIndexSet._(_ret, _lib, retain: true, release: true);
}