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