Okasaki v1.0.0 Okasaki.Protocols.Queue protocol View Source
Link to this section Summary
Functions
True if the queue is empty
Inserts a new item to the end of the queue
Checks if a certain element is part of the queue
Removes an item from the front of the queue
Returns the number of elements currently in the queue
Converts the queue to a list
Link to this section Types
Link to this section Functions
True if the queue is empty.
Inserts a new item to the end of the queue.
Checks if a certain element is part of the queue.
Removes an item from the front of the queue.
Returns the number of elements currently in the queue.
Converts the queue to a list.