We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cat
hvcat
Currently, empty cat expressions return empty vectors.
Should they instead return empty arrays of the expected dimensions?
Currently:
typeof(cat(dims = 3)) # Vector{Any} typeof(cat(1, dims = 3)) # Array{Int, 3}