copy

Copies all data from the pipeline instantiated from schema to output range target.

copy
(
S
R
)
if (
isSchema!S &&
isOutputRange!(R, S.ElementType)
)

Meta