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
NSDictionary
is immutable;Key
andValue
are bridged verbatim to Objective-C (i.e., are reference types).