setWithObjects_count_ static method

NSMutableSet setWithObjects_count_(
  1. ThermionDartTexture1 _lib,
  2. Pointer<Pointer<ObjCObject>> objects,
  3. int cnt
)
override

Implementation

static NSMutableSet setWithObjects_count_(ThermionDartTexture1 _lib,
    ffi.Pointer<ffi.Pointer<ObjCObject>> objects, int cnt) {
  final _ret = _lib._objc_msgSend_65(_lib._class_NSMutableSet1,
      _lib._sel_setWithObjects_count_1, objects, cnt);
  return NSMutableSet._(_ret, _lib, retain: true, release: true);
}