```julia julia> v = sprand(10, 0.3); julia> [v, v] 2-element Vector{SparseVector{Float64, Int64}}: [5] = 0.782618 [6] = 0.482251 [5] = 0.782618 [6] = 0.482251 ``` This isn't ideal, as it's hard to tell where one ends and the other begins.