macro_rules! dec {
($amount:expr) => { ... };
}Expand description
A simpler, const-friendly, proc-macro-free rust_decimal_macros::dec.
Only handles decimals in the range -2**63 <= x <= 2**63 to keep the
implementation simpler.
macro_rules! dec {
($amount:expr) => { ... };
}A simpler, const-friendly, proc-macro-free rust_decimal_macros::dec.
Only handles decimals in the range -2**63 <= x <= 2**63 to keep the
implementation simpler.