canMerge.canMerge

Undocumented in source.
template canMerge(SymbolID nonterminalID)
enum canMerge = is(NonterminalType!nonterminalID == DynamicParseTree!(Location, LocationRangeImpl)) || is(NonterminalType!nonterminalID == DynamicParseTreeTmpArray!(Location, LocationRangeImpl));

Meta