Variable ObjectList._list

struct ObjectList
{
  // ...
  T[] _list;
  // ...
}