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

isSuperset(of:)

Returns true if self is a superset of other. selfotherの上位集合ならばtrueを返します。

Declaration 宣言

func isSuperset(of other: CharacterSet) -> Bool

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

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