intersectSet_ method

void intersectSet_(
  1. NSSet otherSet
)

Implementation

void intersectSet_(NSSet otherSet) {
  _lib._objc_msgSend_503(_id, _lib._sel_intersectSet_1, otherSet._id);
}