Flattens the cord into a single array and returns a view of the data.
Declared in <absl/strings/cord.h>
<absl/strings/cord.h>
std::string_view Flatten();
If the cord was already flat, the contents are not modified.
A view of the flattened data.