Skip to main content

TotalF64

Type Alias TotalF64 

Source
pub type TotalF64 = Total<f64>;
Expand description

Total ordered f64, all values valid, including NaN, -0.0, +0.0, and infinities.

Aliased Typeยง

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