ArrayUnique
values = [ 1, 1, 2, 3, 3 ];
values.unique(); // [ 1, 2, 3 ]
Method Signature
ArrayUnique(array=[array])Arguments
Argument
Type
Required
Description
Default
Examples
Related
Last updated
Was this helpful?
