Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Element ¶
type Element struct { Value interface{} Next *Element }
Element is an element in the stack
type Stack ¶
type Stack struct {
// contains filtered or unexported fields
}
The stack representation. The zero value of the Stack is an empty stack ready to use
Click to show internal directories.
Click to hide internal directories.