Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stack ¶
type Stack struct {
// contains filtered or unexported fields
}
Stack is a basic LIFO stack that resizes as needed.
func NewStack ¶
NewStack returns a new stack. if stack is full, entries in stack will be kicked out using FIFO
Click to show internal directories.
Click to hide internal directories.