Method MemoryUtil.Copy
Overload
Copies memory with System.Buffer.MemoryCopy.
public static void Copy(void* from, void* to, nint size)
Parameters
Remarks
If some part of memory blocks overlaps, this function is much slower than MemoryUtil.Move. Else same speed or slightly faster.