package
Version:
v0.0.0-...-ea46046
Opens a new window with list of versions in this module.
Published: May 7, 2022
License: Apache-2.0
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
¶
Return the number of items in the stack
func (s *Stack) Peek() interface{}
View the top item on the stack
func (s *Stack) Pop() interface{}
Pop the top item of the stack and return it
func (s *Stack) Push(value interface{})
Push a value onto the top of the stack
Source Files
¶
Click to show internal directories.
Click to hide internal directories.