Returns a non-null reference to the data managed by this instance.
Declared in <absl/strings/cord_buffer.h>
char*
data();
Applications are allowed to write up to capacity bytes of instance data. CordBuffer data is uninitialized by default. Reading data from an instance that has not yet been initialized will lead to undefined behavior.
A pointer to the managed data.