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

    mapping

    The Node.Mapping from which to extract an NSMutableSet, if possible.

    Return Value

    An instance of NSMutableSet, if one was successfully extracted from the mapping.