RegexPattern.Options.symmetricDifference(_:)
Swift
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Module
- RegexPattern
- Declared in
- Options
- Package
- libtmux-swift
- symmetricDifference(_:) ( other : Self ) Selfmethod ¶method ¶symmetricDifference(_:)
-
Inherited from
OptionSet.symmetricDifference(_:)Returns a new option set with the elements contained in this set or in the given set, but not in both.
- Parameter other: An option set.
- Returns: A new option set with only the elements contained in either this set or
other, but not in both.
0 declared, 0 inherited