Skip to content

Commit 1b030d7

Browse files
committed
ixdyn: Document default
1 parent 4604be8 commit 1b030d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dimension/dynindeximpl.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ impl<T> DerefMut for IxDynRepr<T> {
4444
}
4545
}
4646

47+
/// The default is equivalent to `Self::from(&[0])`.
4748
impl Default for IxDynRepr<Ix> {
4849
fn default() -> Self {
4950
Self::copy_from(&[0])

0 commit comments

Comments
 (0)