Remove elements from an array from the beginning and/or the end
summary (oneliner)
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
Source Array (Array)
input array
Remove from Start (integer /Number)
amount of elements to be removed from the beginning of array
Remove From End (integer /Number)
amount of elements to be removed from the end of array
Outputs
Cut Array (Array)
cut array output
Array Length (Number)
length output
Patches using CutArray
Changelog
Ops.User.simod.CutArray renamed to Ops.Array.CutArray 2020-09-16 - simod |