Macro ron::parse::impl_num

source ยท
macro_rules! impl_num {
    ($ty:ident) => { ... };
    ($($tys:ident)*) => { ... };
}