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-18 years ago2,343 downloads
1.1-18 years ago35 downloads
1.0-18 years ago33 downloads

Dependencies

lua ~> 5.3
otom >= 1.1

Manifests