Tricky semantics of ranges & potentially numerous Phobos bugs

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Wed Oct 17 10:15:12 PDT 2012


On 10/16/12 3:07 PM, H. S. Teoh wrote:
> Perhaps mark ranges with an .isTransient property

isTransient!R is exactly the same thing as isInputRange!R && 
!isForwardRange!R.

Andrei


More information about the Digitalmars-d mailing list