//
pkg.gl
Category
github.com/emirpasic/gods
stacks
linkedliststack
package
1.18.1
Repository:
https://github.com/emirpasic/gods.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
5
Dependents
67
Files
103 SLOC
#
Functions
New
New nnstantiates a new empty stack.
#
Structs
Iterator
Iterator returns a stateful iterator whose values can be fetched by an index.
Stack
Stack holds elements in a singly-linked-list.