Language

Package: emacs-queue @ 0.2

Synopsis

Queue data structure for Emacs

Description

This Emacs library provides queue data structure. 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".

Home page
https://www.dr-qubit.org/emacs_data-structures.html
Location
gnu/packages/emacs-xyz.scm (line: 8749, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings