SpanWriter<T>
Represents simple memory writer backed by Span<T>.
Gets the element at the current position in the
underlying memory block.
Gets the available space in the underlying span.
Gets the remaining part of the span.
Gets underlying span.
Gets the number of occupied elements in the underlying span.
Gets the span overwritten elements.
Initializes a new memory writer.
Initializes a new memory writer.
Puts single element into the underlying span.
Adds single element and returns a reference to it.
Advances the position of this writer.
Sets writer position to the first element.
Moves the writer back the specified number of items.
Obtains the portion of underlying span and marks it as written.
Obtains the tail of the remaining buffer and advances to its end.
Puts single element into the underlying span.
Obtains the portion of underlying span and marks it as written.
Copies the elements to the underlying span.
Copies the elements to the underlying span.