예제 #1
0
 public static void Visit(this ITypedElement root, Action <int, ITypedElement> visitor) => root.visit(visitor, 0);