digitalmars.D - Re: O(1) dictionaries
- mandel <oh no.es> Nov 15 2007
Jari-Matti Mäkelä Wrote:I hope you use CTFE instead in a "production code" since the templates have typename limitations and bloat the executable. I pasted some old since I wasn't sure if CTFE supports varargs now and happened to have the old code around.
Despite all benefits, it doesn't make the code easier to understand. That's a big issue. I guess I will try to bite the bullet.
Nov 15 2007








mandel <oh no.es>