June 20, 2006 General » Re: recursive delegate declaration | |||
|---|---|---|---|
| |||
...type that returns itself? The only way is with a cast and a typedef (alias). | |||
June 20, 2006 General » recursive delegate declaration | |||
|---|---|---|---|
| |||
...dmd 161: -------------- alias Consume delegate(char[]) Bar; typedef Bar delegate (char[]) Consume; void emit (Consume... | |||
June 19, 2006 Learn » Re: arrays && functions && pointers | |||
|---|---|---|---|
| |||
...h>
#define TILEW 1000
#define TILEH 1000
typedef struct _TILE { int x,y; } TILE;
void... | |||
June 15, 2006 Issues » [Issue 196] New: Static assertion involving typedef's base type fails strangely | |||
|---|---|---|---|
| |||
...cgi?id=196
Summary: Static assertion involving typedef's base type fails
strangely
Product: D... | |||
June 12, 2006 General » Re: inline enum in function declaration | |||
|---|---|---|---|
| |||
...redraw); # # Invalidate(redraw_t.redraw); Using a typedef because I'm a lazy bugger who... | |||
June 11, 2006 Issues » [Bug 190] New: Cannot forward reference typedef/alias in default value for function parameter | |||
|---|---|---|---|
| |||
...cgi?id=190
Summary: Cannot forward reference typedef/alias in default value
for function parameter... | |||
June 08, 2006 Issues » [Bug 185] New: typedefs not properly initialised when changing dynamic array length | |||
|---|---|---|---|
| |||
...gmail.com
import std.math;
void main() {
typedef double type = 5.0;
type t;
assert... | |||
June 08, 2006 Issues » [Bug 184] New: Cannot forward reference typedef within struct | |||
|---|---|---|---|
| |||
...cgi?id=184
Summary: Cannot forward reference typedef within struct
Product: D
Version: 0.160... | |||
June 07, 2006 General » Re: dchar unicode phobos | |||
|---|---|---|---|
| |||
...readily encoded as ubyte[] or with a typedef:ed type. It would be useful to... | |||
June 01, 2006 Learn » structure alignment issues? | |||
|---|---|---|---|
| |||
...Code:
#define IMAGE_SIZEOF_SHORT_NAME 8
typedef struct _IMAGE_SECTION_HEADER {
BYTE Name[IMAGE... | |||
Copyright © 1999-2021 by the D Language Foundation