Exemplo n.º 1
0
 public static Array <T> Copy <T>(Array <T> x, Array <T> result = null) => NN.Copy(x, result);