pub fn toint(value: Value) -> Result<i64, Error>
Convert a value to an integer
Usage: {{ toint(value) }}