Versions in this module Expand all Collapse all v0 v0.4.2 Feb 13, 2020 v0.4.1 Dec 25, 2019 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