initWithObjects_ method

NSSet initWithObjects_(
  1. NSObject firstObj
)

Implementation

NSSet initWithObjects_(NSObject firstObj) {
  final _ret =
      _lib._objc_msgSend_123(_id, _lib._sel_initWithObjects_1, firstObj._id);
  return NSSet._(_ret, _lib, retain: true, release: true);
}