Skip to content

Commit fad6ec4

Browse files
committed
Doc for IxDynImpl
1 parent 769a42b commit fad6ec4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/dimension/dynindeximpl.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ impl<T: PartialEq> PartialEq for IxDynRepr<T> {
113113
}
114114
}
115115

116+
/// Dynamic dimension or index type.
117+
///
118+
/// Use `IxDyn` directly. This type implements a dynamic number of
119+
/// dimensions or indices. Short dimensions are stored inline and don't need
120+
/// any dynamic memory allocation.
116121
#[derive(Debug, Clone, PartialEq, Eq, Default)]
117122
pub struct IxDynImpl(IxDynRepr<Ix>);
118123
unsafe impl Send for IxDynImpl {}

0 commit comments

Comments
 (0)