Class SpanExtensions
Public Static Methods
Appends value count times to the end of this list.
Converts a NativeArray to a span, assuming it will only be read.
Converts an UnsafeAppendBuffer to a span.
Converts a NativeList to a span.
Converts a NativeArray to a span.
Converts an UnsafeList to a span.
Converts a NativeSlice to a span.
Converts a NativeArray to a span without performing any checks.
Returns true if the value exists in the span.
Copies the contents of a NativeArray to this span.
Copies the contents of another span to this span.
Copies the contents of an array to this span.
Returns the index of the first occurrence of a value in the span.
Shifts elements toward the end of this list, increasing its length.
Sorts the span in ascending order.
Sorts the span in ascending order.