pub fn is_integer_f64(v: f64) -> bool
Number.isInteger(v) — note Number.isInteger(2.0) === true.
Number.isInteger(v)
Number.isInteger(2.0) === true