Removes and returns the object at the beginning of the queue.
Namespace: MindFusion.Collections
File: Queue.js
JavaScript Copy Code |
---|
function dequeue () |
The object that is removed from the beginning of the queue.
If the queue is empty this method will throw an exception.