Variable Collection._items

struct Collection
{
  // ...
  T[] _items;
  // ...
}