Macro makemake::expr

source ยท
macro_rules! expr {
    ($first:expr) => { ... };
    ($first:expr, $($rest:expr),+ $(,)?) => { ... };
}