Versions in this module Expand all Collapse all v0 v0.6.0 Mar 6, 2025 v0.5.0 Nov 10, 2023 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)