FutureProg functions
collectiondistinct
CollectionItem Collection collectiondistinct(Void Collection collection)
Contexts: computer function, computer program, standard futureprog
Returns a new collection with duplicate values removed, keeping the first occurrence of each value.
collection: The collection to inspect or transform
Contexts: computer function, computer program, standard futureprog
Returns a new collection with duplicate values removed, keeping the first occurrence of each value.
collection: The collection to inspect or transform