func formUnion (with: CharacterSet)
Modifies the receiver so it contains all characters that exist in either the receiver or another set.
レシーバを修正します、それでそれはレシーバまたは別の集合のどちらかの中に存在する全ての文字を含みます。
Availability 有効性
Technology
func formIntersection(with otherSet: CharacterSet
)
otherSet
The character set with which to perform the intersection. この文字集合との交叉を実行することになります。
func formUnion (with: CharacterSet)