comparison dmd/Id.d @ 135:af1bebfd96a4 dmd2037

dmd 2.038
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Mon, 13 Sep 2010 22:19:42 +0100
parents 60bb0fe4563e
children 96c0fff6897d
comparison
equal deleted inserted replaced
134:4251f96733f4 135:af1bebfd96a4
94 ID( "TypeInfo_Delegate" ), 94 ID( "TypeInfo_Delegate" ),
95 ID( "TypeInfo_Tuple" ), 95 ID( "TypeInfo_Tuple" ),
96 ID( "TypeInfo_Const" ), 96 ID( "TypeInfo_Const" ),
97 ID( "TypeInfo_Invariant" ), 97 ID( "TypeInfo_Invariant" ),
98 ID( "TypeInfo_Shared" ), 98 ID( "TypeInfo_Shared" ),
99 ID( "TypeInfo_Wild", "TypeInfo_Inout" ),
100
99 ID( "elements" ), 101 ID( "elements" ),
100 ID( "_arguments_typeinfo" ), 102 ID( "_arguments_typeinfo" ),
101 ID( "_arguments" ), 103 ID( "_arguments" ),
102 ID( "_argptr" ), 104 ID( "_argptr" ),
103 ID( "_match" ), 105 ID( "_match" ),
215 ID( "opDot" ), 217 ID( "opDot" ),
216 ID( "opDispatch" ), 218 ID( "opDispatch" ),
217 ID( "opImplicitCast" ), 219 ID( "opImplicitCast" ),
218 ID( "pow", "opPow" ), 220 ID( "pow", "opPow" ),
219 ID( "pow_r", "opPow_r" ), 221 ID( "pow_r", "opPow_r" ),
220 //ID( "powass", "opPowAssign" ), 222 ID( "powass", "opPowAssign" ),
221 223
222 ID( "classNew", "new" ), 224 ID( "classNew", "new" ),
223 ID( "classDelete", "delete" ), 225 ID( "classDelete", "delete" ),
224 226
225 // For foreach 227 // For foreach
292 ID( "isStaticArray" ), 294 ID( "isStaticArray" ),
293 ID( "isUnsigned" ), 295 ID( "isUnsigned" ),
294 ID( "isVirtualFunction" ), 296 ID( "isVirtualFunction" ),
295 ID( "isAbstractFunction" ), 297 ID( "isAbstractFunction" ),
296 ID( "isFinalFunction" ), 298 ID( "isFinalFunction" ),
299 ID( "isRef" ),
300 ID( "isOut" ),
301 ID( "isLazy" ),
297 ID( "hasMember" ), 302 ID( "hasMember" ),
298 ID( "getMember" ), 303 ID( "getMember" ),
299 ID( "getVirtualFunctions" ), 304 ID( "getVirtualFunctions" ),
300 ID( "classInstanceSize" ), 305 ID( "classInstanceSize" ),
301 ID( "allMembers" ), 306 ID( "allMembers" ),