//
pkg.gl
Category
github.com/emirpasic/gods/v2
stacks
linkedliststack
package
2.0.0-alpha
Repository:
https://github.com/emirpasic/gods.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
5
Dependents
4
Files
104 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.