isSupersetOfSet method

bool isSupersetOfSet(
  1. NSCharacterSet theOtherSet
)

isSupersetOfSet:

Implementation

bool isSupersetOfSet(NSCharacterSet theOtherSet) {
  return _objc_msgSend_19nvye5(
    object$.ref.pointer,
    _sel_isSupersetOfSet_,
    theOtherSet.ref.pointer,
  );
}