Ergo.Stack.new

You're seeing just the function new, go back to Ergo.Stack module for more information.

Create a new stack.

Examples

iex> alias Ergo.Stack
iex> assert [] = Stack.new()