Private initializer used for bridging.
SDK
- Xcode 11.2+
Framework
- Swift Standard Library
Declaration
Discussion
Only use this initializer when both conditions are true:
it is statically known that the given
NSSet
is immutable;Element
is bridged verbatim to Objective-C (i.e., is a reference type).