Create a new immutable Stack containing the values of the provided collection-like.
The iteration order of the provided collection is preserved in the resulting Stack.
Stack
Note: Stack is a factory function and not a class, and does not use the new keyword during construction.
new
Optional
Create a new immutable Stack containing the values of the provided collection-like.
The iteration order of the provided collection is preserved in the resulting
Stack.Note:
Stackis a factory function and not a class, and does not use thenewkeyword during construction.