package
Version:
v0.3.2
Opens a new window with list of versions in this module.
Published: Sep 28, 2025
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 {
}
Iterate Stack from top to bottom, iter func can return false to break the loop.
func (s *Stack[T]) Push(v T)
func (s *Stack[T]) Slice() []T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.