pub type Number = CheckedFloat<f64, NumberChecker>;
Expand description
The type used to represent numbers in the runtime.
Aliased Typeยง
pub struct Number(/* private fields */);
pub type Number = CheckedFloat<f64, NumberChecker>;
The type used to represent numbers in the runtime.
pub struct Number(/* private fields */);