macro_rules! i5 { ($value: expr) => { ... }; }
Produce a value of type i5
This macro checks at compile-time that it fits. To check at run-time see the i5::new function.
i5::new