On Monday, 27 February 2012 at 22:39:47 UTC, H. S. Teoh wrote:
[…] But I don't understand what's the difference between_d_assocarrayliteralT() and _d_assocarrayliteralTX()? When are theycalled, and in which context?
If I'm not mistaken (straight from my memory, didn't look it up again), _d_assocarrayliteralT() is no longer in use, it was replaced by _d_assocarrayliteralTX() some while ago, which doesn't require C-style variadics.
Hope this helps, David