Contents

init(orderedSet:)

Initializes a new ordered set with the contents of a set.

Declaration

convenience init(orderedSet set: NSOrderedSet)

Parameters

  • set:

    A set.

Return Value

An initialized ordered set containing references to the objects in the set.

See Also

Initializing an Ordered Set