FutureProg functions

collectiondistinct

Collections · computer function, computer program, standard futureprog

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

← Back to FutureProg functions