PBKware JS Utils - v0.8.2
GitHub
NPM
Preparing search index...
binary-search
earliestBinarySearch
Function earliestBinarySearch
earliestBinarySearch
<
T
,
U
=
T
>
(
values
:
T
[]
,
item
:
T
,
compare
:
CompareFtn
<
U
>
,
)
:
BinarySearchResult
Finds earliest matching index. Use if index values are not unique
Type Parameters
T
U
=
T
Parameters
values
:
T
[]
item
:
T
compare
:
CompareFtn
<
U
>
Returns
BinarySearchResult
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
NPM
PBKware JS Utils - v0.8.2
Loading...
Finds earliest matching index. Use if index values are not unique