March 23, 2011 Issues » [Issue 5775] "body" keyword is unnecessary | |||
|---|---|---|---|
| |||
...may or may not care about keeping typedef once the construct that it's currently... | |||
March 23, 2011 Issues » [Issue 5775] "body" keyword is unnecessary | |||
|---|---|---|---|
| |||
...D there are several unused keywords, like "typedef", "macro", "body", "delete", "cent", "ucent"... -- Configure issuemail... | |||
March 23, 2011 Issues » [Issue 5772] New: Tuple containing typedefed value causes error in format.d | |||
|---|---|---|---|
| |||
...08 PDT ---
Sample program:
import std.typecons;
typedef uint oid_t;
void main() {
// Tuple!(uint... | |||
March 23, 2011 Learn » Re: Bug w/tuple of custom types? | |||
|---|---|---|---|
| |||
...bug a bit less relevant :-> Actually, the typedef *was* to prevent that casting, because I... | |||
March 21, 2011 Learn » Re: Bug w/tuple of custom types? | |||
|---|---|---|---|
| |||
I would point out that typedef is going to be removed from the language. You... | |||
March 21, 2011 Learn » Re: Bug w/tuple of custom types? | |||
|---|---|---|---|
| |||
...gets marked as a duplicate. Note that typedef is eventually going to be deprecated. I... | |||
March 21, 2011 Learn » Bug w/tuple of custom types? | |||
|---|---|---|---|
| |||
Sample program:
import std.typecons;
typedef uint oid_t;
void main() {
Tuple!(uint,uint) key... | |||
March 19, 2011 General » Re: Why can't structs be derived from? | |||
|---|---|---|---|
| |||
Regarding syntax, maybe: typedef A : int; typedef B : int; ...with semantics as follows: A a... | |||
March 19, 2011 General » Re: Why can't structs be derived from? | |||
|---|---|---|---|
| |||
I think the classic use case for typedef is Windows handles. HMENU menu; HWND window... | |||
March 18, 2011 General » Re: Why can't structs be derived from? | |||
|---|---|---|---|
| |||
...Nick Sabalausky <a@a.a> wrote: Yeah. Typedef is too blunt an instrument for our... | |||
Copyright © 1999-2021 by the D Language Foundation