On this page←API Reference Return to API Reference index←packageSwiftyNsdk SwiftyNsdk←structNsdkInputDataFlags NsdkInputDataFlags Method formIntersection formIntersectionRemoves all elements of this option set that are not ... Declaration mutating func formIntersection(_ other: Self) Summary 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.
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 thetwo sets' raw values.
- Parameter other: An option set.