Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/rb-tree
shiftCount
Function shiftCount
shiftCount
<
T
,
K
>
(
tree
:
RbTree
<
T
,
K
>
)
:
[
value
:
T
,
count
:
number
]
Type Parameters
T
K
Parameters
tree
:
RbTree
<
T
,
K
>
Returns
[
value
:
T
,
count
:
number
]
removed left-most element.
Throws
if tree is empty.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
Skill
GitHub
Prelude API
Loading...
Throws
if tree is empty.