D256

Type Alias D256 

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

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

Aliased Typeยง

pub struct D256 { /* private fields */ }