pub fn is_integer(v: Value) -> bool
Checks if this value is an integer.
{{ 42 is integer }} -> true {{ 42.0 is integer }} -> false