February 22, 2007 General » Re: Type.stringof | |||
|---|---|---|---|
| |||
...std.stdio;
struct Foo { }
enum Enum { RED }
typedef int myint;
void main()
{
writefln((1+2... | |||
February 21, 2007 General » Re: Lib change leads to larger executables | |||
|---|---|---|---|
| |||
...need ... all for the sake of a typedef init? Sure, we don't want such... | |||
February 20, 2007 General » Re: Design of reflective enums | |||
|---|---|---|---|
| |||
...function overloading with enums (overloading with a typedef has the same issue, so maybe it... | |||
February 17, 2007 General » reflective enums part 2 | |||
|---|---|---|---|
| |||
...0 = (/1);\n", A);
const char[] def_ = "typedef "~T.stringof~" enum_t;\n"~def2_;
mixin... | |||
February 15, 2007 General » Re: overloading operators for I/O | |||
|---|---|---|---|
| |||
...struct or on a type?
I.e:
typedef int foo;
char[] toString(foo x)
{
return... | |||
February 15, 2007 General » Re: Suggestion: class/struct tuples preserve anonymous unions/structs | |||
|---|---|---|---|
| |||
...be closed by using is(T Base == typedef) and inspecting Base recursively if it evaluates... | |||
February 13, 2007 Announce » Re: DMD 1.005 release | |||
|---|---|---|---|
| |||
...the following: alias Foo.Bar.Abc T; typedef int Abc; const char[] s = T.stringof... | |||
February 12, 2007 General » Re: Using typedefed types as covariant return types | |||
|---|---|---|---|
| |||
...of another. Altough in this case of typedef and enums I think they could be... | |||
February 12, 2007 General » Re: Super-dee-duper D features | |||
|---|---|---|---|
| |||
...all, there is no "function ninja", no "typedef ninja", no "+ ninja". It's a sign... | |||
February 11, 2007 General » Re: Using typedefed types as covariant return types | |||
|---|---|---|---|
| |||
...www.digitalmars.com/d/type.html>: "A typedef or enum can be implicitly converted to... | |||
Copyright © 1999-2021 by the D Language Foundation