Versions in this module Expand all Collapse all v0 v0.2.0 Aug 7, 2018 v0.1.0 Jul 28, 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