macro_rules! peel {
    ($name:ident, $($other:ident,)*) => { ... };
}