Variable FortranArray._length

struct FortranArray
{
  // ...
  size_t _length ;
  // ...
}