@eagleoutice/flowr - v2.15.8
Preparing search index...
src/util/collections/arrays
arrayEqual
Function arrayEqual
arrayEqual
<
T
>
(
a
:
readonly
T
[]
|
undefined
,
b
:
readonly
T
[]
|
undefined
,
cmp
?:
(
a
:
T
,
b
:
T
)
=>
boolean
,
)
:
boolean
Compares two arrays for equality, using the given comparison function for the elements.
Type Parameters
T
Parameters
a
:
readonly
T
[]
|
undefined
b
:
readonly
T
[]
|
undefined
cmp
:
(
a
:
T
,
b
:
T
)
=>
boolean
= ...
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
Compares two arrays for equality, using the given comparison function for the elements.