Versions in this module Expand all Collapse all v0 v0.1.0 Jun 16, 2022 Changes in this version + type Stack struct + func NewStack() *Stack + func (s *Stack) Len() int + func (s *Stack) Pop() any + func (s *Stack) Push(a any)