Skip to main content

shape

Macro shape 

Source
macro_rules! shape {
    (@one $x:expr) => { ... };
    () => { ... };
    ($elem:expr; $n:expr) => { ... };
    ($($x:expr),+$(,)?) => { ... };
}