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
A = [1 2; 3 4]
[A;;;] # turn A into an array with at least 3-dimensions with appended singleton dimensions
#=
2×2×1 Array{Int64, 3}:
[:, :, 1] =
1 2
3 4
=#
@Ramanathi - if you'd like to try, you could. It would require diving into the femtolisp-based parser. It'll be a challenge though, and no guarantee the Powers That Be would think this is a good idea.
In the new array syntax in 1.7, we have this:
And in 1.8 we'll also have #41618:
Based on a Slack chat, perhaps we could also have:
The text was updated successfully, but these errors were encountered: