exqueue v0.1.2 LQueue View Source
An elixir lazy queue implement using Stream.
Link to this section Summary
Functions
Return true when the queue is empty, false when the queue is not empty
Get the front element of a queue
Return an empty queue in default
Pop the front element of a queue
Push an element to the back of a queue
Return the size of a queue
Link to this section Types
Link to this section Functions
Return true when the queue is empty, false when the queue is not empty.
Get the front element of a queue.
Return an empty queue in default.
Pop the front element of a queue.
Push an element to the back of a queue.
Return the size of a queue.