Versions in this module Expand all Collapse all v0 v0.0.1 Jan 24, 2026 Changes in this version + type Stack struct + func (s *Stack[T]) Empty() bool + func (s *Stack[T]) Len() int + func (s *Stack[T]) Pop() T + func (s *Stack[T]) Push(e T)