xdash / uniq
Function: uniq()
uniq<
T
>(arr
):T
[]
Unique values from an array. Order is not guaranteed.
Type parameters
• T
Parameters
• arr: T
[]
array to get unique values from
Returns
T
[]
the array with unique values
xdash / uniq
uniq<
T
>(arr
):T
[]
Unique values from an array. Order is not guaranteed.
• T
• arr: T
[]
array to get unique values from
T
[]
the array with unique values