Macro shape

Source
macro_rules! shape {
    [$($(*)? $value:expr),* $(,)?] => { ... };
}