Macro make_tensor

Source
macro_rules! make_tensor {
    ($name:ident $($dim:literal)x+ ) => { ... };
}
Expand description

Generates a tensor type

Use tensor! instead, it uses this macro and more