emptyStack

inline fun <T> emptyStack(): Stack<T>

Return an empty new Stack.

Since

1.1.0