D128

Type Alias D128 

Source
pub type D128 = Decimal<{ _ }>;
Expand description

Strictly exact precision fixed-size decimal number with 128-bit integer for decimal digits.

Aliased Typeยง

pub struct D128 { /* private fields */ }