package
Version:
v0.5.1
Opens a new window with list of versions in this module.
Published: Dec 2, 2022
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
¶
Stack struct
Empty tell if it is empty
func (s Stack) Peek() interface{}
Peek return the last element
func (s *Stack) Pop() interface{}
Pop pops element from the stack
func (s *Stack) Put(i interface{})
Put puts element to stack
Source Files
¶
Click to show internal directories.
Click to hide internal directories.