setWithSet_ static method

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

Implementation

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