Remove the front element from the container.
Complexity: O(d(n)); O(log(n)) for this index
See Implementation
Remove the front element from the container.
Complexity: O(d(n));
O(log(n)) for this index