IndexMixin.removeFront

Removes the max element of this index from the container. Complexity: O(d(n));
O(log(n)) for this index

mixintemplate IndexMixin(size_t N, alias KeyFromValue, alias Compare, ThisContainer)
void
removeFront
()

Meta