We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b073661 commit 1fdc5e4Copy full SHA for 1fdc5e4
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