mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-16 21:03:14 +01:00
21 lines
344 B
D
21 lines
344 B
D
module typeinfos;
|
|
|
|
import
|
|
typeinfo.ti_byte,
|
|
typeinfo.ti_char,
|
|
typeinfo.ti_delegate,
|
|
typeinfo.ti_dchar,
|
|
typeinfo.ti_double,
|
|
typeinfo.ti_float,
|
|
typeinfo.ti_int,
|
|
typeinfo.ti_long,
|
|
typeinfo.ti_ptr,
|
|
typeinfo.ti_real,
|
|
typeinfo.ti_short,
|
|
typeinfo.ti_ubyte,
|
|
typeinfo.ti_uint,
|
|
typeinfo.ti_ulong,
|
|
typeinfo.ti_ushort,
|
|
typeinfo.ti_void,
|
|
typeinfo.ti_wchar;
|