"and" helper function
Synopsis
Declared in <mrdocs/Support/Handlebars.hpp>
bool
and_fn(dom::Array const& args);Description
The "and" helper returns true if all of the values are truthy.
Return Value
True if all of the values are truthy, false otherwise.
Parameters
| Name | Description | 
| args | The values to test | 
Created with MrDocs