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 over written elements.
Initializes a new memory writer.
Initializes a new memory writer.
Puts single element into the underlying span.
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.
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.