macro_rules! impl_number { ($name:ident, $doc:expr) => { ... }; }
Macro to implement common numeric type functionality.
This generates a newtype wrapper around u64 with the Magnitude trait implemented.
u64
Magnitude