Function SpanExtensions.Contains
Contains<T>
(thisUnsafeSpan<T> span, T value)
Returns true if the value exists in the span.
Public
Static