implement bsearch
Created by: jrraymond
Two things to consider:
- changed the signature of the comparator function to be unsafe (it has to dereference a raw pointer)
- provided a default implementation of the comparator, perhaps
bsearch
shouldassert
instead?