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