Preparing search index...
The search index is not available
@adamburgess/linq
@adamburgess/linq
enumerable
distinct
Function distinct
distinct
<
T
,
TKey
=
T
>
(
input
:
Iterable
<
T
>
,
keySelector
?:
(
arg
:
T
)
=>
TKey
,
)
:
Iterable
<
T
>
Finds the distinct values in a sequence
See
from(sequence).distinct
for examples.
Type Parameters
T
TKey
=
T
Parameters
input
:
Iterable
<
T
>
Optional
keySelector
:
(
arg
:
T
)
=>
TKey
Returns
Iterable
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@adamburgess/linq
Loading...
Finds the distinct values in a sequence
See from(sequence).distinct for examples.