- invert
Replaces all the characters in the receiver with all the characters it didn’t previously contain.
レシーバの中の全ての文字を、それが以前に含まない全ての文字と置き換えます。
Availability 有効性
Technology
@property(readonly, copy) NSCharacterSet
*invertedSet;
Using the inverse of an immutable character set is much more efficient than inverting a mutable character set. ある不変の文字集合の反転を使うことは、可変の文字集合を反転することよりはるかに効率的です。
- invert