Returns a Character
created by removing elements in other
from self
.
SDKs
- iOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Framework
- Foundation
Declaration
func subtracting(_ other: Character Set) -> Character Set
Returns a Character
created by removing elements in other
from self
.
SDKs
Framework
func subtracting(_ other: Character Set) -> Character Set
func form Intersection(Character Set)
Sets the value to an intersection of the Character
with another Character
.
func form Symmetric Difference(Character Set)
Sets the value to an exclusive or of the Character
with another Character
.
func form Union(Character Set)
Sets the value to a union of the Character
with another Character
.
func has Member(in Plane: UInt8) -> Bool
Returns true if the Character
has a member in the specified plane.
func insert(characters In: String)
Insert the values from the specified string into the Character
.
func intersection(Character Set) -> Character Set
Returns an intersection of the Character
with another Character
.
func invert()
Invert the contents of the Character
.
func is Disjoint(with: Character Set) -> Bool
Returns a Boolean value that indicates whether the set has no members in common with the given set.
func is Strict Subset(of: Character Set) -> Bool
Returns a Boolean value that indicates whether this set is a strict subset of the given set.
func is Strict Superset(of: Character Set) -> Bool
Returns a Boolean value that indicates whether this set is a strict superset of the given set.
func is Subset(of: Character Set) -> Bool
Returns a Boolean value that indicates whether the set is a subset of another set.
func is Superset(of: Character Set) -> Bool
Returns true if self
is a superset of other
.
func remove(characters In: String)
Remove the values from the specified string from the Character
.
func symmetric Difference(Character Set) -> Character Set
Returns an exclusive or of the Character
with another Character
.
func union(Character Set) -> Character Set
Returns a union of the Character
with another Character
.