Converts the existing iterable into a promise which resolves a Set.
The type of elements in the source sequence.
The iterable to convert into a set.
A promise which contains a Set with all the elements from the iterable.
Generated using TypeDoc
Converts the existing iterable into a promise which resolves a Set.