BufferWriterSlim<T>
Represents stack-allocated buffer writer.
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.
Adds single element and returns a reference to it.
Notifies this writer that count of data items were written.
Clears 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.
Moves the writer back the specified number of items.
Detaches the underlying buffer with written content from this writer.
Gets the last added item.
Attempts to remove the last added item.
Attempts to remove a sequence of last added items.
Writes elements to this buffer.