How can I concatenate arrays of different size with a "filler" value where the arrays don\'t line up?
a = [1,2,3] b = [1,2]
And I w