isSupersetOfSet_ method

bool isSupersetOfSet_(
  1. NSCharacterSet theOtherSet
)

Implementation

bool isSupersetOfSet_(NSCharacterSet theOtherSet) {
  return _lib._objc_msgSend_194(
      _id, _lib._sel_isSupersetOfSet_1, theOtherSet._id);
}