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