Preparing search index...
The search index is not available
@pleisto/active-support
@pleisto/active-support
diff
Function diff
diff
<
T
>
(
root
,
other
,
identity
?
)
:
T
[]
Returns all items from the first list that do not exist in the second list.
Type Parameters
T
Parameters
root
:
readonly
T
[]
other
:
readonly
T
[]
Optional
identity
:
(
(
item
)
=>
string
|
number
|
symbol
)
(
item
)
:
string
|
number
|
symbol
Parameters
item
:
T
Returns
string
|
number
|
symbol
Returns
T
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@pleisto/active-support
Loading...
Returns all items from the first list that do not exist in the second list.