package
Version:
v0.0.0-...-ab3e65d
Opens a new window with list of versions in this module.
Published: Nov 15, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Stack[T any] struct {
}
func (s *Stack[T]) Pop() T
func (s *Stack[T]) Push(e T)
func (s *Stack[T]) Reverse()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.