pub const fn f64_to_u64_saturating_trunc(value: f64) -> u64
Truncates an f64 and saturates it to u64.
f64
u64