Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/rb-tree
of
Function of
of
<
T
,
K
>
(
cmp
:
Cmp
.
t
<
K
>
,
key
:
(
value
:
T
)
=>
K
)
:
RbTree
<
T
,
K
>
Type Parameters
T
K
Parameters
cmp
:
Cmp
.
t
<
K
>
key
:
(
value
:
T
)
=>
K
Returns
RbTree
<
T
,
K
>
Red-black tree based on element-to-key mapping function and comparision over keys function.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
Skill
GitHub
Prelude API
Loading...