Example #1
0
 public static void Set <T>(this GridTree <T> g, XY xy, T t) =>
 g.Set(xy.xi, xy.yi, t);