Beispiel #1
0
 public static void Swap(Narray <T> dest, Narray <T> src)
 {
     dest.Swap(src);
 }