comparison dwt/dwthelper/utils.d @ 209:ce1c1d1e97f8

Alias for ValueWrapperLong
author Frank Benoit <benoit@tionex.de>
date Sat, 15 Mar 2008 17:48:32 +0100
parents 12feeed18183
children e3472c527a14
comparison
equal deleted inserted replaced
208:fff9f748b33b 209:ce1c1d1e97f8
43 } 43 }
44 } 44 }
45 45
46 alias ValueWrapperT!(bool) ValueWrapperBool; 46 alias ValueWrapperT!(bool) ValueWrapperBool;
47 alias ValueWrapperT!(int) ValueWrapperInt; 47 alias ValueWrapperT!(int) ValueWrapperInt;
48 alias ValueWrapperT!(long) ValueWrapperLong;
49
48 alias ArrayWrapperT!(byte) ArrayWrapperByte; 50 alias ArrayWrapperT!(byte) ArrayWrapperByte;
49 alias ArrayWrapperT!(int) ArrayWrapperInt; 51 alias ArrayWrapperT!(int) ArrayWrapperInt;
50 alias ArrayWrapperT!(Object) ArrayWrapperObject; 52 alias ArrayWrapperT!(Object) ArrayWrapperObject;
51 alias ArrayWrapperT!(char) ArrayWrapperString; 53 alias ArrayWrapperT!(char) ArrayWrapperString;
52 alias ArrayWrapperT!(char[]) ArrayWrapperString2; 54 alias ArrayWrapperT!(char[]) ArrayWrapperString2;