FutureProg functions
collectionprepend
CollectionItem Collection collectionprepend(Void Collection collection, CollectionItem item)
Contexts: computer function, computer program, standard futureprog
Returns a new collection with the supplied item prepended to the start.
collection: The collection to copy
item: The item to prepend to the start of the returned collection
Contexts: computer function, computer program, standard futureprog
Returns a new collection with the supplied item prepended to the start.
collection: The collection to copy
item: The item to prepend to the start of the returned collection