"or" helper function
Declared in <mrdocs/Handlebars/Helpers/Logical.hpp>
dom::Value
or_fn(dom::Array const& args);
The "or" helper returns true if any of the values are truthy.
A variant container for any kind of Dom value.
| Name | Description |
|---|---|
| args | An array of values |