Search

November 20, 2007
General »
...to use UTF internally, use typedefs like "typedef char lat1", and keep unknown encodings as...
November 10, 2007
General »
...int, not to mention saving typing. I feel a global typedef coming on...

Regards,

Bruce.
November 08, 2007
Learn »
...U) { T first=void; U second=void; }
typedef Pair!(double, Vec) Hit;

struct Ray { Vec...
November 08, 2007
Learn »
...0.00  void ray1.Group.intersect(inout typedef ray1.Hit, inout struct ray1.Ray, void...
November 08, 2007
Learn »
...0.00  void ray1.Group.intersect(inout typedef ray1.Hit, inout struct ray1.Ray, void...
November 07, 2007
General »
...Mutable(T : T[])
{
	alias typeof(T)[] Mutable;
}

typedef creates a new distinct type, and for...
November 05, 2007
General »
...this works

template(T) { typedef T Mutable; }
template(T:const(T)[]) { typedef T[] Mutable; }

Then...
November 01, 2007
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=724


bugzilla@digitalmars.com changed:

           What...
October 30, 2007
Learn »
...it uses real. It's because I use the following typedef:

typedef vec3!(real) color;
October 30, 2007
Learn »
...type vec3!(real) is not an expression". (typedef double real)
btw is it possible to...
225 226 227 228 229 230 231 232 233 234 235
Next ›   Last »