On this page←API Reference Return to API Reference index←packageSwiftyNsdk SwiftyNsdk←structNsdkInputDataFlags NsdkInputDataFlags Method formUnion formUnionInserts 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.
Inserts the elements of another set into this option set.
This method is implemented as a
|(bitwise OR) operation on thetwo sets' raw values.
- Parameter other: An option set.