package
1.12.3-warp-verify6
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev

# Functions

Returns a new bounded, non-blocking queue that holds up to [maxSize] elements.
Returns a new unbounded deque with the given initial size.
Returns a new unbounded deque with the given initial slice size.

# Interfaces

No description provided by the author
An unbounded deque (double-ended queue).
A FIFO queue.