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