package
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: Dec 9, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Slices are simply just too powerful in go not to use
for any collective datastructure bar linked structures
As such we are using a slice.
func (s *Stack) Pop() interface{}
func (s *Stack) Push(data ...interface{})
Append an item(s) to the stack
Source Files
¶
Click to show internal directories.
Click to hide internal directories.