Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2022 Changes in this version + type Stack interface + Empty func() bool + Pop func() + Push func(T) + Size func() int + Top func() T + func NewStack[T any]() Stack[T]