Function SpanExtensions.Sort

Sort<T> (thisUnsafeSpan<T> span)

Sorts the span in ascending order.

Public Static
Sort<T,U> (thisUnsafeSpan<T> span, U comp)

Sorts the span in ascending order.

Public Static