std.range.iota enhancement: supporting more types (AKA issue 10762)

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Tue Dec 24 08:47:07 PST 2013


On 12/24/13 3:57 AM, Jakob Ovrum wrote:
>          bool empty() @property { return start == end; }

This is better start >= end if ordering comparisons are supported.

Andrei






More information about the Digitalmars-d mailing list