Search

April 10
Issues »
https://issues.dlang.org/show_bug.cgi?id=8131

Nick Treleaven <nick@geany.org> changed...
April 10
Issues »
https://issues.dlang.org/show_bug.cgi?id=22501

Nick Treleaven <nick@geany.org> changed...
April 10
Learn »
...using the right side of the function/delegate *type* is the only way.

```d
@safe...
April 09
General »
...a pointer (including dynamic arrays, class references, delegate contexts and so on):

```D
int* ptr...
April 09
Issues »
...is struct`, `is union`, `is function`, `is delegate`, `is ref`, `is out`, `is in`, `is...
April 05
Issues »
...int opApply(scope int delegate(int) dg);
    int opApply(scope int delegate(int) @nogc dg...
April 04
Learn »
...would appear on the menu), and a delegate for the function that would be called...
April 01
Learn »
...0> : void(scope void delegate(const(char)[]) writer)
	void (scope void delegate(const(char)[])) AliasSeq...
March 31
Issues »
...of delegates without having to type the delegate manually, I showed people and they proved...
March 30
Issues »
...DMD issued a 'Error: non-constant nested delegate literal expression `__lambda2`' error too; since v2...
10 11 12 13 14 15 16 17 18 19 20 21
Next ›   Last »