N
AME
uniq
- return one of each element
S
YNTAX
#include <array.h>
array uniq(array
a
);
D
ESCRIPTION
This function returns an copy of the array a with all duplicate values removed. The order of the values in the result is undefined.
K
EYWORDS
array