getNext

Roman D. Boiko rb at d-coding.com
Mon Jul 9 08:54:01 PDT 2012


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);


More information about the Digitalmars-d mailing list