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