Package-level declarations
Types
Link copied to clipboard
DoubleDeque is a double-ended queue for Double values backed by a circular buffer.
Link copied to clipboard
FloatDeque is a double-ended queue for Float values backed by a circular buffer.
Functions
Link copied to clipboard
Returns a live MutableList view backed by this deque. Structural changes are reflected both ways.