Skip to main content
API Reference SwiftyNsdk NsdkFeatureStatus

formUnion

Inserts the elements of another set into this option set....

Declaration

mutating func formUnion(_ other: Self)

Summary

Inserts the elements of another set into this option set.
This method is implemented as a | (bitwise OR) operation on the
two sets' raw values.
- Parameter other: An option set.


ON THIS PAGE