Scala icon indicating copy to clipboard operation
Scala copied to clipboard

Binary search can returns insertion index

Open mt40 opened this issue 5 years ago • 0 comments

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.

mt40 avatar Oct 01 '19 03:10 mt40