Preparing search index...
The search index is not available
atomic-fns
atomic-fns
operators
Comparer
Type alias Comparer<T>
Comparer
<
T
>
:
(
(
x
:
T
, y
:
T
)
=>
number
)
Type Parameters
T =
any
Type declaration
(
x
:
T
, y
:
T
)
:
number
Describes a function used to compare two values.
See
Array.sort()
Parameters
x:
T
y:
T
Returns
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Modules
atomic-
fns
collections
decimal
functools
globals
i18n
itertools
math
operators
random
string
Comparer
add
bool
compare
deep
Equal
div
eq
gt
gte
id
isinstance
lt
lte
mod
mul
not
pow
shallow
Equal
sub
Generated using
TypeDoc
Describes a function used to compare two values.
See
Array.sort()