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