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
The next release of ndarray will have a multislice! macro for easily taking multiple mutable, disjoint slices simultaneously. (#388) This is great, but there are cases where you want to slice only a single axis given that axis number (analogous to slice_axis versus slice) for an array with an arbitrary dimension type. It would be useful to provide a multislice_axis! macro that can be called like this:
The next release of
ndarray
will have amultislice!
macro for easily taking multiple mutable, disjoint slices simultaneously. (#388) This is great, but there are cases where you want to slice only a single axis given that axis number (analogous toslice_axis
versusslice
) for an array with an arbitrary dimension type. It would be useful to provide amultislice_axis!
macro that can be called like this:The text was updated successfully, but these errors were encountered: