Used to build slices of already read data in Reader buffer, avoiding allocations.
Usually these slices point to unchanged Reader data, but sometimes the data is changed due to how YAML interprets certain characters/strings.
See begin() documentation.
A postblit is present on this object, but not explicitly documented in the source.
Get the current length of the slice.
Write a string to the slice being built.
A slice building transaction.
See Implementation
Used to build slices of already read data in Reader buffer, avoiding allocations.
Usually these slices point to unchanged Reader data, but sometimes the data is changed due to how YAML interprets certain characters/strings.
See begin() documentation.