Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2025 Changes in this version + type Stack []T + func (st *Stack[T]) Peek() T + func (st *Stack[T]) Pop() T + func (st *Stack[T]) Push(it ...T)