Creates a number bisector for common use cases.
Bisector<T, num> bisectorNum<T>(num Function(T) accessor) { return Bisector<T, num>(accessor); }