Versions in this module Expand all Collapse all v1 v1.1.0 Mar 12, 2020 Changes in this version type Stack + func (s *Stack) Peek() interface{} v1.0.0 Mar 11, 2020 Changes in this version + type Stack struct + func New() *Stack + func (s *Stack) Pop() interface{} + func (s *Stack) Push(elements ...interface{}) + func (s *Stack) Size() int