Search
Preparing search index...
The search index is not available
Data Structures and Algorithms
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Data Structures and Algorithms
Index
Classes
AVL
BST
Deque
Linked
List
Priority
Queue
Queue
Set
Stack
Type aliases
compare
Type aliases
compare
compare
<
K
>
:
(
a
:
K
, b
:
K
)
=>
-1
|
0
|
1
Type parameters
K
Type declaration
(
a
:
K
, b
:
K
)
:
-1
|
0
|
1
Parameters
a:
K
b:
K
Returns
-1
|
0
|
1
-1
(a < b),
0
(a = b),
1
(a > b)
Exports
AVL
BST
Deque
Linked
List
Priority
Queue
Queue
Set
Stack
compare