wlib-queue

1.0.0 • Public • Published

wlib-queue

Lightweight static queue implementation.

Usage

wio install wlib-queue

And in code

wlp::queue<int32> intQueue;
intQueue.enqueue(25);
int front = intQueue.peek();
intQueue.dequeue();

Calling peek on an empty queue will return an erroneous value.

Readme

Keywords

Package Sidebar

Install

npm i wlib-queue

Weekly Downloads

1

Version

1.0.0

License

none

Unpacked Size

3.48 kB

Total Files

11

Last publish

Collaborators

  • mogball