Variable Collection._len

struct Collection
{
  // ...
  size_t _len;
  // ...
}