macro_rules! intify { ($enum:ident($value:path) = $min:ident, $max: ident, $($variant:ident),*$(,)?) => { ... }; }