Returns a range that iterates the container between two specified positions.
Complexity: O(log(n))
See Implementation
Returns a range that iterates the container between two specified positions.
Complexity: O(log(n))