Versions in this module Expand all Collapse all v1 v1.45.0 Mar 4, 2026 v1.44.1 Feb 27, 2026 Changes in this version + type Stack []T + func (s *Stack[T]) Pop() T + func (s *Stack[T]) Push(v T) + func (s *Stack[T]) Reset() + func (s Stack[T]) Empty() bool + func (s Stack[T]) Peek() T