We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086993b commit 93f09aaCopy full SHA for 93f09aa
src/dimension/dynindeximpl.rs
@@ -44,6 +44,7 @@ impl<T> DerefMut for IxDynRepr<T> {
44
}
45
46
47
+/// The default is equivalent to `Self::from(&[0])`.
48
impl Default for IxDynRepr<Ix> {
49
fn default() -> Self {
50
Self::copy_from(&[0])
0 commit comments