Example of a ReversibleRule
assert( isRule!ReversibleRule); assert( isReversibleRule!ReversibleRule); assert(!isReversibleRule!Rule);
See Implementation
Example of a ReversibleRule