Forwards to removeFront
Returns the capacity of the index, which is the length of the underlying store
??
Inserts value into this heap, unless another index refuses it.
Fetch a range that spans all the elements in the container.
removes the back of this index from the container. Why would you do this?
No idea.
Complexity: O(d(n));
O(1) for this index
Removes the max element of this index from the container.
Complexity: O(d(n));
O(log(n)) for this index
Ensures sufficient capacity to accommodate n elements.
Property returning true if and only if the container has no elements.
Returns the number of elements in the container.
The primary range of the index, which embodies a bidirectional range.
index implementation