Skip to main content

D64

Type Alias D64 

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

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

Aliased Typeยง

pub struct D64 { /* private fields */ }