view lphobos/typeinfos2.d @ 61:0258a7171a42 trunk

[svn r65] Added typeinfo implementations for float[], double[] and real[]
author lindquist
date Thu, 25 Oct 2007 09:26:17 +0200
parents 2c3cd3596187
children 5b5194b25f33
line wrap: on
line source

module typeinfos2;

import
typeinfo2.ti_Adouble,
typeinfo2.ti_Afloat,
typeinfo2.ti_Ag,
typeinfo2.ti_Aint,
typeinfo2.ti_Along,
typeinfo2.ti_Areal,
typeinfo2.ti_Ashort;