setWithSet_ static method

NSSet setWithSet_(
  1. ThermionDartTexture1 _lib,
  2. NSSet set
)

Implementation

static NSSet setWithSet_(ThermionDartTexture1 _lib, NSSet set) {
  final _ret = _lib._objc_msgSend_410(
      _lib._class_NSSet1, _lib._sel_setWithSet_1, set._id);
  return NSSet._(_ret, _lib, retain: true, release: true);
}