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
Add macro based syntactic sugar for creating constant arrays
The syntax takes from the vec macro of rust standard library where
the literal/expr followed by a ";" gives the value with which array is
to be filled. A sequence of comma separated literals/exprs after ";"
give the target shape of array.
0 commit comments