fastPODCopy

Undocumented in source. Be warned that the author may not have intended to support it.
void
fastPODCopy
(
R1
R2
)
(
R1 src
,
R2 dst
)
if (
isInputRange!R1 &&
isInputRange!R2
&&
hasAssignableElements!R2
)

Meta