Versions in this module Expand all Collapse all v2 v2.1.0 Dec 11, 2025 Changes in this version + type Stack struct + func (s *Stack[T]) IsEmpty() bool + func (s *Stack[T]) Peek() *T + func (s *Stack[T]) Pop() *T + func (s *Stack[T]) Push(item *T) + func (s *Stack[T]) Size() int