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