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