Is it just me, or is there no binary search function in Phobos? I have a pre-sorted array that I want to search with my own comparator function, but I can't find anything in std.algorithms or std.containers.
Thanks!
|
Is it just me, or is there no binary search function in Phobos? I have a pre-sorted array that I want to search with my own comparator function, but I can't find anything in std.algorithms or std.containers. Thanks!
| |||
|
feedback
|
|
Use Cribbed from http://www.digitalmars.com/d/2.0/phobos/std_range.html#SortedRange:
| |||||||||||
feedback
|