Exemplo n.º 1
0
 // There may be something else inside the expression like a Template or another extension node.
 Visit(node.Children[i]);
Exemplo n.º 2
0
 return(Concat(path[..1], Seek(ref node.Children[path[0]], path[1..], out start)));