Find the index for insertion using binary search.
The list to search
The value to insert
The comparison func, that can compare two seekVals
The insert position
Generated using TypeDoc
Find the index for insertion using binary search.