WhenRule

Undocumented in source.

Members

Aliases

predicate
alias predicate = unaryFun!dg

Function to evaluate to test if the rule should be applied.

Functions

otherwise
WhenRule otherwise(Args args)

Specify rule to apply in case the predicate fails. An else branch.

Variables

alternativeRule
Rule alternativeRule;

Rule to apply when the predicate fails.

rule
Rule rule;

Rule to apply.

Meta