JuliaArrays / AxisArrays.jl

Performant arrays where each dimension can have a named axis with values
http://JuliaArrays.github.io/AxisArrays.jl/latest/
Other
200 stars 41 forks source link

Add hcat and vcat #184

Open AStupidBear opened 4 years ago

iamed2 commented 4 years ago

This should add some @inferred checks to vcat and hcat to make sure fastcat is const-propagating n.

iamed2 commented 4 years ago

Seems to not infer on Julia 1.2 and earlier. Anyone else have any thoughts on whether that's okay?