Closed
Description
The name of from_slice_dim_stride(dim: D, strides: D, xs: &'a mut [A])
suggests a parameter ordering inconsistent with what it actually expects.
Same goes for pub fn from_vec_dim(dim: D, v: Vec<A>)
and related constructors.
I suggest to change the API now despite the breakage, rather than wait to get more users. I don't have good ideas on which ordering to choose.
Metadata
Metadata
Assignees
Labels
No labels