Versions in this module Expand all Collapse all v1 v1.1.2 Aug 19, 2022 v1.1.1 Aug 19, 2022 Changes in this version + type Stack struct + func New() *Stack[T] + func (s *Stack[T]) Copy() *Stack[T] + func (s *Stack[T]) Peek() (t T) + func (s *Stack[T]) Pop() (t T) + func (s *Stack[T]) Push(value T) + func (s *Stack[T]) Size() int