pub fn bool(value: Value) -> bool
Converts the value into a boolean value.
This behaves the same as the if statement does with regards to handling of boolean values.
{{ 42|bool }} -> true