BuffersExtensions
Extension methods for ReadOnlySequence<T>
Copy the ReadOnlySequence<T> to the specified Span<T>.
public static SequencePosition? PositionOf<T>(this ref ReadOnlySequence source, T value) where T : IEquatable<T>
Returns position of first occurrence of item in the ReadOnlySequence<T>
Converts the ReadOnlySequence<T> to an array
Writes contents of value to writer