Version 0.2 of package Queue has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Queue describes itself as: ==================== Queue data structure ==================== More at https://elpa.gnu.org/packages/queue.html ## Summary: These queues can be used both as a first-in last-out (FILO) and as a first-in first-out (FIFO) stack, i.e. elements can be added to the front or back of the queue, and can be removed from the front. (This type of data structure is sometimes called an "output-restricted deque".) ## Recent NEWS: [Not provided 🙁]
