Variable Array._payload

struct Array
{
  // ...
  T[] _payload ;
  // ...
}