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