diet.defs

Contains common types and constants.

Members

Aliases

DietParserException
alias DietParserException = Exception

Thrown by the parser for malformed input.

Functions

enforcep
void enforcep(bool cond, lazy string text, in ref Location loc)

Throws an exception if the condition evaluates to false.

Manifest constants

dietOutputRangeName
enum dietOutputRangeName;

The name of the output range variable within a Diet template.

Meta