
vec_size_common(1:2, 1, 1:4):

No common size for `..1`, size 2, and `..3`, size 4. 


vec_size_common(foo = 1:2, 1, bar = 1:4):

No common size for `foo`, size 2, and `bar`, size 4. 

