FutureProg functions

collectionappend

Collections · computer function, computer program, standard futureprog

CollectionItem Collection collectionappend(Void Collection collection, CollectionItem item)
Contexts: computer function, computer program, standard futureprog
Returns a new collection with the supplied item appended to the end.
collection: The collection to copy
item: The item to append to the end of the returned collection

← Back to FutureProg functions