pub trait IndexerLargerOneAPI { type DOut: DimDevAPI; // Required method fn dim_insert(&self, axis: isize) -> Result<Layout<Self::DOut>, Error>; }
Insert dimension after, with shape 1. Number of dimension will increase by 1.