SpanWriter<T>
struct SpanWriter<T> where T : ValueType modreq(System.Runtime.InteropServices.UnmanagedType), IEquatable<T>
Fast stack based Span<T> writer.
Fast stack based Span<T> writer.
Advance the writer by the given count.
Reset the reader to the beginning of the span.
Rewind the writer by the given count.
Try to write the given value.
Try to write the given value.
Try to write the given value count times.