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
mapping
The
Node.Mapping
from which to extract anNSMutableDictionary
, if possible.Return Value
An instance of
NSMutableDictionary
, if one was successfully extracted from the mapping.