fn float_to_signed_int<F, I>(f: F) -> Iwhere F: Float, I: Int + Neg<Output = I>, I::UnsignedInt: Int, F::Int: CastInto<I::UnsignedInt> + CastFrom<u32>, u32: CastFrom<F::Int>,
Generic float to signed int conversions.