IndexMixin.removeBack

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

Meta