operator [] method Null safety
- int index
The double at address + 8 * index
.
The address must be 8-byte aligned.
Implementation
external double operator [](int index);
The double at address + 8 * index
.
The address must be 8-byte aligned.
external double operator [](int index);