Skip to main content

shape

Macro shape 

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