© 2026 Hedgehog Software, LLC
T[] c = new T[a.Length + b.Length];//8 c[0]=a[0]; c[1]=b[0]; c[2]=a[1]; c[3]=b[1]; c[4]=a[2]; c[5]=b[2]; c[6]=a[3]; c[7]=b[3];