package
Version:
v0.166.2
Opens a new window with list of versions in this module.
Published: Oct 16, 2023
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
¶
IsEmpty check if stack is empty
Last returns the last stack element
Pop remove and return top element of stack. Return false if stack is empty.
func (s *Stack[T]) Push(v T)
Push a new value onto the stack
Source Files
¶
Click to show internal directories.
Click to hide internal directories.