view lphobos/typeinfo1/ti_idouble.d @ 62:b86e00b938a5 trunk

[svn r66] Added support for imaginary floating point types
author lindquist
date Thu, 25 Oct 2007 09:48:36 +0200
parents
children
line wrap: on
line source


// idouble

module typeinfo1.ti_idouble;

private import typeinfo1.ti_double;

class TypeInfo_p : TypeInfo_d
{
    char[] toString() { return "idouble"; }
}