elpa-queue

queue data structure for Emacs Lisp

Description

This library provides a queue data structure for Emacs Lisp. The 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".)

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://elpa.gnu.org/packages/queue.html


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install elpa-queue