Macro puffin::expand_mutations
source ยท macro_rules! expand_mutations { () => { ... }; ($mutation:ident) => { ... }; ($mutation:ident,) => { ... }; ($mutation:ident, $($MS:ident),*) => { ... }; }
macro_rules! expand_mutations { () => { ... }; ($mutation:ident) => { ... }; ($mutation:ident,) => { ... }; ($mutation:ident, $($MS:ident),*) => { ... }; }