Contents

init(set:)

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

Declaration

convenience init(set: Set<AnyHashable>)

Parameters

  • set:

    The set.

Return Value

An initialized ordered set containing the objects in the set.

See Also

Initializing an Ordered Set