Quite often, I find myself doing something like ```julia Q = Tensor{2,3}((e1..., e2..., e3...)) ``` or ```julia e1, e2, e3 = Q[:,1], Q[:,2], Q[:,3] ``` Would it make sense to implement these conversions to Tensors.jl?