[NOTABLE PR] First step from traditional to generic runtime

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Mon Mar 6 10:06:27 PST 2017


On 3/6/17 8:42 AM, Kagamin wrote:
> v1==v2;
>
> can be lowered as
>
> {
>   import rthelpers:cmp;
>   cmp(v1,v2);
> }
>
> or something like that

Interesting idea, will keep it in mind. Thanks! -- Andrei


More information about the Digitalmars-d mailing list