FutureProg functions
collectionskip
collectionskip overload 1
CollectionItem Collection collectionskip(Void Collection collection, Number count)
Available in
- computer function
- computer program
- standard futureprog
Returns a new collection excluding up to count items from the start of the supplied collection.
| Parameter | Type | Description |
|---|---|---|
collection |
Void Collection |
The collection to inspect or transform |
count |
Number |
The number of items to skip from the start of the collection |