Remove an element from the container and return its value.
Complexity: O(d(n)); O(log(n)) for this index
See Implementation
Remove an element from the container and return its value.
Complexity: O(d(n));
O(log(n)) for this index