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