NSMutableDictionary
extension NSMutableDictionary
-
Construct an
NSMutableDictionary, if possible, from the specified mapping.Declaration
Swift
public static func construct_mapping(from mapping: Node.Mapping) -> NSMutableDictionary?Parameters
mappingThe
Node.Mappingfrom which to extract anNSMutableDictionary, if possible.Return Value
An instance of
NSMutableDictionary, if one was successfully extracted from the mapping.
View on GitHub
Install in Dash