Beispiel #1
0
 public static void MakeLike <S>(Narray <T> a, Narray <S> b)
 {
     a.MakeLike(b);
 }