inserts zeroes every third item
summary (oneliner)
[1,2,3,4]
becomes [1,2,0,3,4,0]
doc
issues
example patch id
youtube id
caniuse query
collections
Inputs
Array2x (Array)
Outputs
Array3x (Array)
Total points (Number)
Array length (Number)
Patches using Array2To3
Changelog
Ops.Array.Array2xTo3x renamed to Ops.Array.Array2To3
2019-06-12 - pandur
Now reports an error if array length is not divisible by 2
2019-08-05 - andro
2019-06-12 - pandur
Now reports an error if array length is not divisible by 2
2019-08-05 - andro