pub type D64 = Decimal<{ _ }>;
Strictly exact precision fixed-size decimal number with 64-bit integer for decimal digits.
pub struct D64 { /* private fields */ }