[NOTABLE PR] First step from traditional to generic runtime

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Mon Mar 6 05:42:51 PST 2017


v1==v2;

can be lowered as

{
   import rthelpers:cmp;
   cmp(v1,v2);
}

or something like that


More information about the Digitalmars-d mailing list