grauzone Wrote: > What exactly are you trying to accomplish? > > It seems that you want to use the AA in CTFE, but it doesn't work, > because using AAs with classes as keys don't work in CTFE?
Correct. At compile time, I want to build up an associative array mapping type tuples to integers. Then, again at compile time, I want to query it.
