Crops an array
summary (oneliner)
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
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 |