invertedSet
A character set containing only characters that don’t exist in the receiver.
レシーバの中に存在しない文字のみを含んでいる文字集合。
Availability 有効性
Technology
- (void)invert;
Inverting a mutable character set, whether by invert
or by inverted
, is much less efficient than inverting an immutable character set with inverted
.
ある可変文字集合を逆にすることは、invert
によってであろうとinverted
によってであろうと、不変文字集合をinverted
で逆にするよりまったく効率的ではありません。
invertedSet