sorted-containers - v0.4.0
Preparing search index...
checkSortedArray
Variable checkSortedArray
Const
checkSortedArray
:
<
T
extends
C
,
C
>
(
self
:
SortedArray
<
T
,
C
>
)
=>
void
= checkAbstractSortedArray
Check the invariants of a SortedArray.
Type declaration
<
T
extends
C
,
C
>
(
self
:
SortedArray
<
T
,
C
>
)
:
void
Type Parameters
T
extends
C
C
Parameters
self
:
SortedArray
<
T
,
C
>
Returns
void
Throws
If the SortedArray is corrupted.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
sorted-containers - v0.4.0
Loading...
Check the invariants of a SortedArray.