RedBlackTree.equalRange
auto equalRange(this This)(Elem e)Get a range from the container with all elements that are == e according to the less comparator
Complexity: log(n)
auto equalRange(this This)(Elem e)Get a range from the container with all elements that are == e according to the less comparator
Complexity: log(n)