Macro infallible_int_primitives

Source
macro_rules! infallible_int_primitives {
    ($($ty:ty, $from_fn:ident);*) => { ... };
}