Yeah, I have never thought of that, but it seems kind of confusing. You can do
julia> hvcat(1, 1, 2, 3)
3x1 Array{Int64,2}:
1
2
3
julia> hvcat(1, 1, 2, 3)'' == hvcat(1, 1, 2, 3)
true
Greetings.
Yeah, I have never thought of that, but it seems kind of confusing. You can do
julia> hvcat(1, 1, 2, 3)
3x1 Array{Int64,2}:
1
2
3
julia> hvcat(1, 1, 2, 3)'' == hvcat(1, 1, 2, 3)
true
Greetings.