Removes the last n bytes of a Cord.
Synopsis
Declared in <absl/strings/cord.h>
void
RemoveSuffix(size_t n);
Parameters
Name |
Description |
n |
The number of bytes to remove from the end. |
Created with MrDocs