Binary search on an indexed collection.
Binary search on an indexed collection.
if positive: the position of elem in coll (i.e. elem is contained in coll). if negative: (-ins -1) where ins is the position at which elem should be inserted into the collection.