Function toOutputRange

Use any output range as a pushable source.

Prototype

auto toOutputRange(Pipeline, Range)(
  auto ref Pipeline pipeline,
  ref Range range
)
if (isPipeline!Pipeline);

Authors

Adrian Matoga

Copyright

© 2016 Adrian Matoga

License

BSL-1.0.