FutureProg functions

collectionprepend

Collections · computer function, computer program, standard futureprog

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

← Back to FutureProg functions