You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just implemented an new AbstractArray type and after overloading Base.cat for my new type, discovered that vcat also needed to be overloaded. Is there a reason vcat(A...) does not fall back to cat(A..., dims=1)?
The text was updated successfully, but these errors were encountered:
I've just implemented an new AbstractArray type and after overloading
Base.cat
for my new type, discovered thatvcat
also needed to be overloaded. Is there a reasonvcat(A...)
does not fall back tocat(A..., dims=1)
?The text was updated successfully, but these errors were encountered: