pub type ArcArrayD<A> = ArcArray<A, IxDyn>;
dynamic-dimensional shared ownership array
pub struct ArcArrayD<A> { /* private fields */ }