unionSet_ method

void unionSet_(
  1. NSSet other
)

Implementation

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