uni-queue

Double-ended queue where all elements must be unique

$ luarocks install uni-queue

This is an implementation of a double-ended queue where all elements are forced to be unique. Pushing or extending the queue with an element already in the queue will fail. Otherwise, it can be used like any other deque.

Versions

1.2-16 years ago41 downloads
1.1-16 years ago23 downloads
1.0-16 years ago23 downloads

Dependencies

lua ~> 5.3
otom >= 1.1

Manifests