Decimal

Type Alias Decimal 

Source
pub type Decimal = DBig;
Expand description

A verbose alias for DBig (base 10, rounding to the nearest)

Aliased Typeยง

pub struct Decimal { /* private fields */ }