package
Version:
v0.0.14
Opens a new window with list of versions in this module.
Published: Jan 5, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Resizer interface {
SetSize(width, height int)
}
type Stack[T any] struct {
}
func (s *Stack[T]) Current() T
func (s *Stack[T]) Push(v T)
func (s *Stack[T]) SetRoot(item T)
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.