Macro funky::funky [] [src]

macro_rules! funky {
    ($func: ident) => { ... };
    ($func: ident, $($x: expr),*) => { ... };
}