unionSet_ method

void unionSet_(
  1. NSSet otherSet
)

Implementation

void unionSet_(NSSet otherSet) {
  _lib._objc_msgSend_503(_id, _lib._sel_unionSet_1, otherSet._id);
}