intersection(_:)
Returns an intersection of the CharacterSet with another CharacterSet.
Declaration
func intersection(_ other: CharacterSet) -> CharacterSetReturns an intersection of the CharacterSet with another CharacterSet.
func intersection(_ other: CharacterSet) -> CharacterSet