Type Alias Number

Source
pub type Number = CheckedFloat<f64, NumberChecker>;
Expand description

The type used to represent numbers in the runtime.

Aliased Typeยง

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