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