copyTo

Copy a Data array's contents to a specified buffer.

void[]
copyTo
(
R
)
(
auto ref R data
,
void[] buffer
)
if (
is(ElementType!R == Data)
)

Meta