Create a new immutable OrderedSet containing the values of the provided collection-like.
Note: OrderedSet is a factory function and not a class, and does not use the new keyword during construction.
OrderedSet
new
Optional
Create a new immutable OrderedSet containing the values of the provided collection-like.
Note:
OrderedSetis a factory function and not a class, and does not use thenewkeyword during construction.