pub type SharedArray<E> = ArcArray<E, IxDyn>;
Concrete storage type for ndarray
pub struct SharedArray<E> { /* private fields */ }