Get a range from the container with all elements that are == e according to the less comparator
Complexity: O(log(n))
See Implementation
Get a range from the container with all elements that are == e according to the less comparator
Complexity: O(log(n))