On 01/08/2014 12:28 PM, Mike Franklin wrote:
Also, why the over-abreviated names like:
TypeInfo_e  // for real
TypeInfo_k  // really? 'k' as in uint?
etc...
Comes from D's mangling ( http://dlang.org/abi.html) where k is used for uint and e for real.