FutureProg functions
collectionconcat
CollectionItem Collection collectionconcat(Void Collection first, Void Collection second)
Contexts: computer function, computer program, standard futureprog
Returns a new collection with the second collection appended to the first collection.
first: The collection whose type and leading items should be used
second: The collection whose items should be appended
Contexts: computer function, computer program, standard futureprog
Returns a new collection with the second collection appended to the first collection.
first: The collection whose type and leading items should be used
second: The collection whose items should be appended