Skip to content

Commit 93f09aa

Browse files
committed
ixdyn: Document default
1 parent 086993b commit 93f09aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dimension/dynindeximpl.rs

+1
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)