Instance Method インスタンスメソッド

subtracting(_:)

Returns a CharacterSet created by removing elements in other from self. otherの中の要素をselfから取り除くことで作成されるCharacterSetを返します。

Declaration 宣言

func subtracting(_ other: CharacterSet) -> CharacterSet

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Combining Character Sets 文字集合を結合する