Skip to main content

D512

Type Alias D512 

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

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

Aliased Typeยง

pub struct D512 { /* private fields */ }