Versions in this module Expand all Collapse all v2 v2.1.3 May 19, 2024 Changes in this version + type Stack interface + IsEmpty func() bool + Peek func() T + Pop func() T + Push func(T) + Size func() int + func NewStack[T any]() Stack[T] Other modules containing this package github.com/qulia/go-qulia