FutureProg functions
collectionprepend
collectionprepend overload 1
CollectionItem Collection collectionprepend(Void Collection collection, CollectionItem item)
Available in
- computer function
- computer program
- standard futureprog
Returns a new collection with the supplied item prepended to the start.
| Parameter | Type | Description |
|---|---|---|
collection |
Void Collection |
The collection to copy |
item |
CollectionItem |
The item to prepend to the start of the returned collection |