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