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