OrderedIndex.removeBack

Remove the back element from the container.

Complexity: O(d(n));
O(log(n)) for this index

mixin template OrderedIndex(size_t N, bool allowDuplicates, alias KeyFromValue, alias Compare, ThisContainer)
void
removeBack
(
)

Meta