pub type ArrayD<A> = ArrayBase<OwnedRepr<A>, Dim<IxDynImpl>>;
dynamic-dimensional array
struct ArrayD<A> { /* private fields */ }