CutArray Op
Remove elements from an array from the beginning and/or the end
Summary (oneliner)
Full Name
- Ops.Array.CutArray
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
Source Array (Array)
<p>input array</p>
Remove from Start (Number:
<i>integer</i>
)<p>amount of elements to be removed from the beginning of array</p>
Remove From End (Number:
<i>integer</i>
)<p>amount of elements to be removed from the end of array</p>
OUTPUT PORTS
Cut Array (Array)
<p>cut array output</p>
Array Length (Number)
<p>length output</p>