Using TypeTuple as value in an associative array won't work. Example: TypeTuple!(int, int)[string] my_map;
ICE on using TypeTuple for AA values
https://github.com/D-Programming-Language/dmd/pull/2707
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a22e95e0e8f666001f8a67a61f231f94fca71217 fix Issue 11404 - ICE on using TypeTuple for AA values https://github.com/D-Programming-Language/dmd/commit/4047a61792e5226bea796ce36db26af0aa919494 Merge pull request #2707 from 9rnsr/fix11404 Issue 11404 - ICE on using TypeTuple for AA values
*** Issue 11887 has been marked as a duplicate of this issue. ***