setWithObjects_count_ static method

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

Implementation

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