RFC: Value range propagation for if-else

"Nordlöw" via Digitalmars-d digitalmars-d at puremagic.com
Wed Jun 18 13:22:44 PDT 2014


> Destroy!

Correction:

static if (this.min <= r[0] &&
                        r[1] <= this.max)


More information about the Digitalmars-d mailing list