OutputRangeObject

Implements the OutputRange interface for all types E and wraps the put method for each type E in a virtual function.

class OutputRangeObject : staticMap!(OutputRange, E)(
R
E...
) {}

Constructors

this
this(R range)

Meta