Function UnsafeSpan.CopyToOverlapping

CopyToOverlapping (UnsafeSpan<T> other)

Copies the memory of this span to another span, handling overlapping memory correctly.

Public
void CopyToOverlapping (

UnsafeSpan<T>

other

)

Copies the memory of this span to another span, handling overlapping memory correctly.

The other span must be large enough to hold the contents of this span.