pub type ArrayRefD<A> = ArrayRef<A, Dim<IxDynImpl>>;
dynamic-dimensional array reference
pub struct ArrayRefD<A>(/* private fields */);