Function UnsafeSpan.CopyTo

CopyTo (List<T> buffer)

Appends all elements in this span to the given list.

Public
CopyTo (UnsafeSpan<T> other)

Copies the memory of this span to another span.

Public