I assume this behaviour is just an oversight: ```julia julia> vcat(SVector(1), 2) 2-element Array{Int64,1}: 1 2 ``` Shall I make a PR overriding `vcat`(and possibly `hcat`)?