Variable Array.m_first

struct Array
{
  // ...
  I m_first ;
  // ...
}