pub fn int(value: &Value) -> Result<Value, Error>
Converts a value into an integer.
{{ "42"|int == 42 }} -> true