Set a buffer element relative to the current position.
operator []=(int index, int value) => buffer[offset + index] = value;