view lphobos/typeinfo1/ti_ifloat.d @ 572:91d436eaedee

merge
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 04 Sep 2008 17:05:35 +0200
parents b86e00b938a5
children
line wrap: on
line source


// ifloat

module typeinfo1.ti_ifloat;

private import typeinfo1.ti_float;

class TypeInfo_o : TypeInfo_f
{
    char[] toString() { return "ifloat"; }
}