Removes the value at the front of the index from the container. Precondition: !empty Complexity: O(d(n)); O(1) for this index
See Implementation
Removes the value at the front of the index from the container. Precondition: !empty Complexity: O(d(n)); O(1) for this index