//
pkg.gl
Category
github.com/massyu/hive.go
datastructure
stack
package
0.0.5
Repository:
https://github.com/massyu/hive.go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
134 SLOC
#
Functions
New
New returns a new Stack that is thread safe if the optional threadSafe parameter is set to true.
#
Interfaces
Stack
Stack is a stack of elements.