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