Find unique values in a list of integers It uses the standard library sorting module The result is a list of unique integers
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=i4), | intent(in) | :: | list(:) |
Input list of integers |
Output list of unique integers