Versions in this module Expand all Collapse all v0 v0.1.0 Sep 5, 2023 Changes in this version + type Queue struct + func New() *Queue[T] + func (s *Queue[T]) Back() T + func (s *Queue[T]) Empty() bool + func (s *Queue[T]) Front() T + func (s *Queue[T]) Pop() T + func (s *Queue[T]) Push(value T) + func (s Queue[T]) Len() int