Skip to main content

Mojo function

memcpy

memcpy[T: AnyType](dest: UnsafePointer[T, alignment=alignment, mut=mut, origin=origin], src: UnsafePointer[T, alignment=alignment, mut=mut, origin=origin], count: Int)

Copies a memory area.

Parameters:

  • T (AnyType): The element type.

Args:

Was this page helpful?