Versions in this module Expand all Collapse all v0 v0.1.11 Oct 3, 2023 v0.1.10 Oct 2, 2023 Changes in this version + type Stack interface + Clear func() + IsEmpty func() bool + Peek func() interface{} + Pop func() interface{} + Push func(element interface{}) + Size func() int + func New(threadSafe ...bool) Stack