While exposing mdarray to a new user within our research group, the topic of iterating over the hyperplanes of an array came up. While the functionality is there (method axis_expr), we have the impression that this name is not clear, and also does not fit with lanes, cols, rows.
How about renaming axis_expr to planes, AxisExpr to Planes, etc.,?
Also, what is the reason that Expression is implemented for View and ViewMut rather than for &Slice and &mut Slice?
While exposing mdarray to a new user within our research group, the topic of iterating over the hyperplanes of an array came up. While the functionality is there (method
axis_expr), we have the impression that this name is not clear, and also does not fit withlanes,cols,rows.How about renaming
axis_exprtoplanes,AxisExprtoPlanes, etc.,?Also, what is the reason that
Expressionis implemented forViewandViewMutrather than for&Sliceand&mut Slice?