OrderedIndex.removeAny

Remove an element from the container and return its value.

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

mixintemplate OrderedIndex(size_t N, bool allowDuplicates, alias KeyFromValue, alias Compare, ThisContainer)
removeAny
()

Meta