BufferWriterSlim<T>
Represents stack-allocated buffer builder.
Gets the total amount of space within the underlying memory.
Gets the amount of space available that can still be written into without forcing the underlying buffer to grow.
Gets the element at the specified zero-based index within this builder.
Gets the amount of data written to the underlying memory so far.
Gets span over constructed memory block.
Initializes growable builder.
Adds single element to this builder.
lears the data written to the underlying buffer.
Copies written content to the specified buffer writer.
Transfers written content to the specified callback.
Copies written content.
Copies written content to the specified span.
Releases internal buffer used by this builder.
Writes elements to this buffer.