static map as a type function

Walter Bright newshound2 at digitalmars.com
Wed Sep 23 22:36:55 UTC 2020


On 9/23/2020 4:49 AM, Per Nordlöw wrote:
> Great work. Has Andrei given any advice on how to proceed regarding dip, reviews 
> and acceptance? I presume this will get merged behind a -preview if it gets merged.

The other way to do it is just have the compiler recognize recursive templates 
and implement them directly. This would provide the speedup, while not adding 
new features or requiring any user code changes - it'll just run faster.


More information about the Digitalmars-d mailing list