Function rocket_dyn_templates::minijinja::tests::is_divisibleby

source ยท
pub fn is_divisibleby(v: Value, other: Value) -> bool
Expand description

Return true if the value is divisible by another one.

{{ 42 is divisibleby(2) }} -> true