"not" helper function
Declared in <mrdocs/Handlebars/Helpers/Logical.hpp>
<mrdocs/Handlebars/Helpers/Logical.hpp>
bool not_fn(dom::Array const& arg);
The "not" helper returns true if not all of the values are truthy.
True if not all of the values are truthy, false otherwise.