macro_rules! method_consts {
    ($x:expr, ()) => { ... };
    ($x:expr, ($next:ident, $($rest:ident,)*)) => { ... };
}