internal void Copy(ref FixedArray8 <T> destinationArray, int count)
 {
     Copy(0, ref destinationArray, 0, count);
 }