Type of elements within source.
The source iterable.
Optionalcomparator: EqualityComparator<TElement, TElement>Optional equality comparator used by the resulting stack.
An immutable stack whose top element corresponds to the last element of source.
Materialises source into an immutable stack (LIFO).