Versions in this module Expand all Collapse all v0 v0.21.0 Feb 21, 2023 v0.16.0 Jul 20, 2022 v0.10.0 May 18, 2022 Changes in this version + type Stack struct + func New(size uint) *Stack + func (s *Stack) Add(v string) + func (s *Stack) Arr() []string + func (s *Stack) Contains(v string) bool + func (s *Stack) Len() int