Versions in this module Expand all Collapse all v0 v0.21.0 Jul 29, 2025 Changes in this version + type Stack []T + func New[T any]() Stack[T] + func (s *Stack[T]) Pop() (T, bool) + func (s *Stack[T]) Push(v T)