Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/sorted-array
hasKey
Function hasKey
hasKey
<
T
,
K
>
(
self
:
SortedArray
<
T
,
K
>
,
key
:
K
)
:
boolean
Type Parameters
T
K
Parameters
self
:
SortedArray
<
T
,
K
>
key
:
K
Returns
boolean
true
if element with
key
exists in sorted array,
false
otherwise.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
Skill
GitHub
Prelude API
Loading...