[−][src]Trait ndarray::ShapeBuilder
A trait for Shape
and D where D: Dimension
that allows
customizing the memory layout (strides) of an array shape.
This trait is used together with array constructor methods like
Array::from_shape_vec
.