ArrayPad
ArrayPad(list, n)adds
ntimes0on the left and right of thelist.
ArrayPad(list, {m,n})adds
mtimes0on the left andntimes0on the right.
ArrayPad(list, {m, n}, x)adds
mtimesxon the left andntimesxon the right.
Examples
>> ArrayPad({a, b, c}, 1, x){x,a,b,c,x}Implementation status
- ✅ - full supported