FutureProg functions
collectionconcat
collectionconcat overload 1
CollectionItem Collection collectionconcat(Void Collection first, Void Collection second)
Available in
- computer function
- computer program
- standard futureprog
Returns a new collection with the second collection appended to the first collection.
| Parameter | Type | Description |
|---|---|---|
first |
Void Collection |
The collection whose type and leading items should be used |
second |
Void Collection |
The collection whose items should be appended |