Search

March 23, 2011
Issues »
...may or may not care about keeping typedef once the construct that it's currently...
March 23, 2011
Issues »
...D there are several unused keywords, like "typedef", "macro", "body", "delete", "cent", "ucent"...

-- 
Configure issuemail...
March 23, 2011
Issues »
...08 PDT ---
Sample program:

import std.typecons;

typedef uint oid_t;

void main() {
    // Tuple!(uint...
March 23, 2011
Learn »
...bug a bit less relevant :->

Actually, the typedef *was* to prevent that casting, because I...
March 21, 2011
Learn »
I would point out that typedef is going to be removed from the language. You...
March 21, 2011
Learn »
...gets marked as a duplicate.

Note that typedef is eventually going to be deprecated.  I...
March 21, 2011
Learn »
Sample program:

import std.typecons;

typedef uint oid_t;

void main() {
   Tuple!(uint,uint) key...
March 19, 2011
General »
Regarding syntax, maybe:

typedef A : int;
typedef B : int;

...with semantics as follows:
A a...
March 19, 2011
General »
I think the classic use case for typedef is Windows handles.
HMENU menu;
HWND window...
March 18, 2011
General »
...Nick Sabalausky <a@a.a> wrote:

Yeah. Typedef is too blunt an instrument for our...
153 154 155 156 157 158 159 160 161 162 163
Next ›   Last »