fn float_to_unsigned_int<F, U>(f: F) -> Uwhere F: Float, U: Int<UnsignedInt = U>, F::Int: CastInto<U> + CastFrom<u32> + CastInto<U::UnsignedInt>, u32: CastFrom<F::Int>,
Generic float to unsigned int conversions.