exqueue v0.1.0 FQueue View Source
An elixir queue implement using fingertree.
Link to this section Summary
Functions
Get the back element of a queue
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
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
Get the back element of a queue.
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.
Pop the front element of a queue.
Push an element to the back of a queue.
Return the size of a queue.