Versions in this module Expand all Collapse all v1 v1.0.2 Apr 25, 2024 v1.0.1 Apr 24, 2024 Changes in this version + type Queue struct + func New[T any](hint int64) *Queue[T] + func (q *Queue[T]) Copy() []T + func (q *Queue[T]) Last() T + func (q *Queue[T]) Len() int64 + func (q *Queue[T]) Pop() T + func (q *Queue[T]) Put(items ...T)