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