<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 01/08/2014 12:28 PM, Mike Franklin
      wrote:<br>
    </div>
    <blockquote
      cite="mid:1389180495.70315.YahooMailNeo@web161602.mail.bf1.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff;
        font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;font-size:12pt">Also, why the
        over-abreviated names like:<br>
        TypeInfo_e  // for real<br>
        TypeInfo_k  // really? 'k' as in uint?<br>
        etc...<br>
      </div>
    </blockquote>
    Comes from D's mangling (
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a href="http://dlang.org/abi.html">http://dlang.org/abi.html</a>)
    where k is used for uint and e for real.<br>
  </body>
</html>