SpanReader<T>
Represents simple memory reader backed by ReadOnlySpan<T>.
Gets the number of consumed elements.
Gets the span over consumed elements.
Gets the element at the current position in the
underlying memory block.
Gets the number of unread elements.
Gets underlying span.
Initializes a new memory reader.
Copies elements from the underlying span.
Reads single element from the underlying span.
Reads the portion of data from the underlying span.
Reads the rest of the memory block.
Sets reader position to the first element.
Copies elements from the underlying span.
Reads the portion of data from the underlying span.
Reads single element from the underlying span.