If they’re each row vectors, you can do reduce(vcat, v). If they’re actually column vectors, you can do reduce(vcat, v'), since transpose/adjoint is recursive.
If they’re each row vectors, you can do reduce(vcat, v). If they’re actually column vectors, you can do reduce(vcat, v'), since transpose/adjoint is recursive.