IndexMixin.removeBack

Removes the last element from this index. Preconditions: !empty Complexity: O(d(n));
O(1) for this index

mixintemplate IndexMixin(size_t N, ThisContainer)
void
removeBack
()

Meta