minusSet_ method

void minusSet_(
  1. NSSet other
)

Implementation

void minusSet_(NSSet other) {
  _lib._objc_msgSend_503(_id, _lib._sel_minusSet_1, other._id);
}