Macro i20

Source
macro_rules! i20 {
    ($value: expr) => { ... };
}
Expand description

Produce a value of type i20

This macro checks at compile-time that it fits. To check at run-time see the i20::new function.