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 underlying span.
Gets the number of occupied elements in the underlying span.
Gets the span over written elements.
Initializes a new memory writer.
Puts single element into the underlying span.
Sets writer position to the first element.
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.