type CommonNodes<'n, N> = IndexMap<Identifier<'n, N>, (N, String)>;Expand description
A map that contains the common TreeNodes and their alias by their identifiers,
extracted during the second, rewriting traversal.
Aliased Typeยง
struct CommonNodes<'n, N> { /* private fields */ }