| purpose | remove all duplicate items from the current list |
|---|
| input | a list of items |
|---|
| parameter | ignored |
|---|
| output | a list of unique items |
|---|
Note
Unlike the default
Dominant Append handling of duplication, the effect of
unique is to retain only the
earliest instance among duplicated values.
Examples