setWithObject_ static method

NSSet setWithObject_(
  1. ThermionDartTexture1 _lib,
  2. NSObject object
)

Implementation

static NSSet setWithObject_(ThermionDartTexture1 _lib, NSObject object) {
  final _ret = _lib._objc_msgSend_123(
      _lib._class_NSSet1, _lib._sel_setWithObject_1, object._id);
  return NSSet._(_ret, _lib, retain: true, release: true);
}