simd_meshcopy

Copies the data from the source buffer into the destination.

@nogc nothrow
void
simd_meshcopy
(
T
)
(
ref T[] dst
,
T[] src
)

Parameters

dst T[]

Destination

src T[]

Source

Meta