FutureProg functions
collectionskip
CollectionItem Collection collectionskip(Void Collection collection, Number count)
Contexts: computer function, computer program, standard futureprog
Returns a new collection excluding up to count items from the start of the supplied collection.
collection: The collection to inspect or transform
count: The number of items to skip from the start of the collection
Contexts: computer function, computer program, standard futureprog
Returns a new collection excluding up to count items from the start of the supplied collection.
collection: The collection to inspect or transform
count: The number of items to skip from the start of the collection