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

union(_:)

Returns a union of the CharacterSet with another CharacterSet. このCharacterSetと別のCharacterSetの和集合を返します。

Declaration 宣言

func union(_ other: CharacterSet) -> CharacterSet

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

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