setWithCapacity_ static method

NSMutableSet setWithCapacity_(
  1. ThermionDartTexture1 _lib,
  2. int numItems
)

Implementation

static NSMutableSet setWithCapacity_(
    ThermionDartTexture1 _lib, int numItems) {
  final _ret = _lib._objc_msgSend_64(
      _lib._class_NSMutableSet1, _lib._sel_setWithCapacity_1, numItems);
  return NSMutableSet._(_ret, _lib, retain: true, release: true);
}