Versions in this module Expand all Collapse all v0 v0.1.0 Oct 31, 2024 v0.0.3 Oct 30, 2024 Changes in this version + type Stack struct + func New() *Stack + func (stack *Stack) IsEmpty() bool + func (stack *Stack) Items() iter.Seq2[int, any] + func (stack *Stack) Len() int + func (stack *Stack) Peek() any + func (stack *Stack) Pop() any + func (stack *Stack) Push(val any) v0.0.2 Oct 30, 2024