"not" helper function
Synopsis
Declared in <mrdocs/Support/Handlebars.hpp>
bool
not_fn(dom::Array const& arg);
Description
The "not" helper returns true if not all of the values are truthy.
Return Value
True if not all of the values are truthy, false otherwise.
Parameters
Name |
Description |
arg |
An array of values |