Versions in this module Expand all Collapse all v0 v0.6.0 Sep 13, 2019 v0.3.0 Aug 7, 2018 Changes in this version + type Stack struct + func (s *Stack) Get(i int) uint64 + func (s *Stack) Len() int + func (s *Stack) Pop() uint64 + func (s *Stack) Push(b uint64) + func (s *Stack) Set(i int, v uint64) + func (s *Stack) SetTop(v uint64) + func (s *Stack) Top() uint64