Retrieves the value at index.
index
double load(int index) => _buffer[_elementIndexToBufferIndex(index)];