On Monday, 9 July 2012 at 15:34:35 UTC, Mehrdad wrote:
On Monday, 9 July 2012 at 15:16:52 UTC, Andrei Alexandrescu wrote:
the only primitive of output ranges is "put".

Andrei

Sorry? I don't know what you mean

template isOutputRange(R,E)

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

void put(R, E)(ref R r, E e);

Reply via email to