Advances the Cord::CharIterator by n_bytes.
n_bytes must be less than or equal to the number of bytes remaining within the Cord; otherwise, behavior is undefined. It is valid to pass char_end() and 0.
| Name | Description |
|---|---|
| it | The iterator to advance. |
| n_bytes | The number of bytes to advance. |