RegexPattern.Options.formIntersection(_:)
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
- formIntersection(_:) ( other : Self ) ()method ¶method ¶formIntersection(_:)
-
Inherited from
OptionSet.formIntersection(_:)Removes all elements of this option set that are not also present in the given set.
This method is implemented as a
&(bitwise AND) operation on the two sets' raw values.- Parameter other: An option set.
0 declared, 0 inherited