Returns the span delineating the available capacity in this buffer which is defined as { data() + length(), capacity() - length() }.
{ data() + length(), capacity() - length() }
Declared in <absl/strings/cord_buffer.h>
<absl/strings/cord_buffer.h>
absl::Span<char> available();
The span of available capacity.