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