Closed mt40 closed 5 years ago
Add an option to allows binarySearch to returns insertion index similar to java.util.Arrays.binarySearch. This option is disable by default so it doesn't affect existing code.
binarySearch
java.util.Arrays.binarySearch
Add an option to allows
binarySearch
to returns insertion index similar tojava.util.Arrays.binarySearch
. This option is disable by default so it doesn't affect existing code.