toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
genericBinarySearchLeft
generic
Binary
Search
Left
inline
fun
genericBinarySearchLeft
(
fromIndex
:
Int
,
toIndex
:
Int
,
check
:
(
value
:
Int
)
->
Int
)
:
Int