Versions in this module Expand all Collapse all v1 v1.0.0 Nov 12, 2023 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)