isOutputRange

Returns true if R is an output range for elements of type E. An output range is defined functionally as a range that supports the operation r.put(e).

pragma(inline, true)
enum bool isOutputRange(R, E);

Meta