Crops an array
Summary (oneliner)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Source Array (Array)
The array to crop
Start Index (integer /Number)
New Length (integer /Number)
The length the new array should have
Outputs
Cropped Array (Array)
The cropped array with new length, the source array stays untouched
Array length (Number)
Patches using CropArray
Changelog
added start index parameter 2019-11-21 - pandur |