Versions in this module Expand all Collapse all v0 v0.4.0 Jul 4, 2026 Changes in this version + type Queue interface + Len func() int + Pop func() T + Push func(value T) + Reset func() + func NewQueue[T any]() Queue[T]