WhenRule.predicate

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

struct WhenRule(alias dg)
alias predicate = unaryFun!dg

Meta