generateIndentIncrDecr

Inject incr/decr that is called by the accept function when visiting the AST.

mixin template generateIndentIncrDecr () {
uint indent;
}

Meta