On Thu, 04 Sep 2014 20:29:08 +0000
"Nordlöw" via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com>
wrote:

> On Thursday, 4 September 2014 at 20:03:57 UTC, Nordlöw wrote:
> >     if (low < value < high)
> 
> An alternative could be
> 
>      if (value in low..high)
and then we need new overload for 'in' operator...

Attachment: signature.asc
Description: PGP signature

Reply via email to