unionSet method

void unionSet(
  1. NSSet otherSet
)

unionSet:

Implementation

void unionSet(NSSet otherSet) {
  _objc_msgSend_xtuoz7(
    object$.ref.pointer,
    _sel_unionSet_,
    otherSet.ref.pointer,
  );
}