Versions in this module Expand all Collapse all v0 v0.2.0 May 9, 2024 v0.1.1 Nov 16, 2022 Changes in this version + type Stack struct + func (s *Stack[T]) Get(i int) T + func (s *Stack[T]) Len() int + func (s *Stack[T]) Peek() T + func (s *Stack[T]) Pop() T + func (s *Stack[T]) Push(v T)