ReversibleRule

Example of a ReversibleRule

Members

Functions

applyRule
void applyRule()
Undocumented in source. Be warned that the author may not have intended to support it.
applyRuleReverse
void applyRuleReverse()
Undocumented in source. Be warned that the author may not have intended to support it.

Examples

assert( isRule!ReversibleRule);
assert( isReversibleRule!ReversibleRule);
assert(!isReversibleRule!Rule);

Meta