type narray { uint64 Length { get const; }; const T@ At(uint64 index) const; const T@ opIndex(uint64) const; }