Search

October 19, 2007
GDC »
...pop.atry@gmail.com


module typedef_exception;
typedef Exception MyException1;
typedef Exception MyException2;
void main...
October 17, 2007
General »
...copy of a since Variant is a typedef to a templated struct.

The usage for...
October 12, 2007
General »
...it works now, with "half" being a typedef for ushort...
All math is done in...
October 02, 2007
General »
...N)
    {
        static if (N == 1)
            typedef T[] MultiDimArray;
        else
            typedef MultiDimArray!(T,N-1)[] MultiDimArray...
September 30, 2007
Learn »
...CWin {
	int	m_a;

	this() {
	}
}

extern(Windows){
	typedef void* HWND;
	int GetWindowLongA(HWND wnd, int...
September 30, 2007
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=1523





------- Comment #3 from thomas-dloop...
September 26, 2007
Issues »
...bug.cgi?id=1531

           Summary: cannot access typedef'd class field
           Product: D
           Version: 1...
September 24, 2007
General »
...0;
  alias T Type;
  alias void Key;
}

typedef uint MyType;
unittest
{
  MyType static_array[100...
September 23, 2007
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=1523


dvdfrdmn@users.sf.net changed...
September 23, 2007
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=1523


dvdfrdmn@users.sf.net changed...
227 228 229 230 231 232 233 234 235 236 237
Next ›   Last »