6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
type narray<T> {
|
|
uint64 Length { get const; };
|
|
T@ At(uint64 index) const;
|
|
T@ get_opIndex(uint64) const property;
|
|
}
|