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
Before, if the `expr;step` notation was used with an index as the
`expr`, e.g. `s![4;2]`, the macro would panic at runtime. Now, it
errors at compile time. This is accomplished by converting the `expr`
to a `Slice` before converting it into the final `AxisSliceInfo`.
0 commit comments