set1 static method

NSMutableSet set1(
  1. ThermionDartTexture1 _lib
)
override

Implementation

static NSMutableSet set1(ThermionDartTexture1 _lib) {
  final _ret =
      _lib._objc_msgSend_2(_lib._class_NSMutableSet1, _lib._sel_set1);
  return NSMutableSet._(_ret, _lib, retain: true, release: true);
}