The standard library bounded_queue package implements queues with a maximum length, implemented by dropping entries when the max length is achieved.
The bounded_queue package implements the Bounded_Queue api.
The bounded_queue package source code is in src/lib/src/bounded-queue.pkg.
The above information is manually maintained and may contain errors.
Bounded_Queue