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 buffer.
Initializes growable buffer.
Adds single element to this builder.
Notifies this writer that count of data items were written.
lears the data written to the underlying buffer.
Releases internal buffer used by this builder.
Returns the memory to write to that is at least the requested size.
Detaches the underlying buffer with written content from this writer.
Writes elements to this buffer.