macro_rules! shape {
() => { ... };
($dim:expr $(,)?) => { ... };
($first:expr, $($rest:expr),+ $(,)?) => { ... };
}macro_rules! shape {
() => { ... };
($dim:expr $(,)?) => { ... };
($first:expr, $($rest:expr),+ $(,)?) => { ... };
}