mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-01 20:43:13 +01:00
Added initial support for CatExp aka 'a ~ b' Fixed global constant static arrays initialized with string literals Fixed casting any dynamic array to void* Fixed new expression with temporary storage Fixed alias declarations in function scope Fixed relational comparisons of pointers
8 lines
104 B
D
8 lines
104 B
D
module typeinfos2;
|
|
|
|
import
|
|
typeinfo2.ti_Ag,
|
|
typeinfo2.ti_Aint,
|
|
typeinfo2.ti_Along,
|
|
typeinfo2.ti_Ashort;
|