alloc static method
alloc
Implementation
static NSMutableIndexSet alloc() {
final $ret = _objc_msgSend_151sglz(_class_NSMutableIndexSet, _sel_alloc);
return NSMutableIndexSet.fromPointer($ret, retain: false, release: true);
}
alloc
static NSMutableIndexSet alloc() {
final $ret = _objc_msgSend_151sglz(_class_NSMutableIndexSet, _sel_alloc);
return NSMutableIndexSet.fromPointer($ret, retain: false, release: true);
}