Versions in this module Expand all Collapse all v0 v0.6.1 Aug 15, 2026 v0.6.0 Aug 13, 2026 Changes in this version + type OverflowQueue struct + func New[T any](size int) *OverflowQueue[T] + func (q *OverflowQueue[T]) Append(value T) + func (q *OverflowQueue[T]) Items() []T + func (q *OverflowQueue[T]) Length() int + func (q *OverflowQueue[T]) ReversedItems() []T + func (q *OverflowQueue[T]) String() string