Skip to main content
API Reference SwiftyNsdk NsdkFeatureStatus

formIntersection

Removes 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.


ON THIS PAGE