Decimal

Type Alias Decimal 

Source
pub type Decimal = GenericDecimal<BigUint, usize>;
Expand description

Decimal type used throughout the BMS module.

This is a type alias for GenericDecimal<BigUint, usize> which provides arbitrary precision decimal arithmetic for BMS parsing.

Aliased Typeยง

pub struct Decimal(/* private fields */);