April 10 Issues » [Issue 8131] Delegate type inference with templates is absolutely *horrible* | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=8131 Nick Treleaven <nick@geany.org> changed... | |||
April 10 Issues » [Issue 22501] Improve lambda inference for delegate type template params | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22501 Nick Treleaven <nick@geany.org> changed... | |||
April 10 Learn » Re: How can I tell D that function args are @nogc etc. | |||
|---|---|---|---|
| |||
...using the right side of the function/delegate *type* is the only way. ```d @safe... | |||
April 09 General » Re: Garbage Collection for Systems Programmers | |||
|---|---|---|---|
| |||
...a pointer (including dynamic arrays, class references, delegate contexts and so on): ```D int* ptr... | |||
April 09 Issues » [Issue 24491] New: Introduce `is` [keyword] expressions | |||
|---|---|---|---|
| |||
...is struct`, `is union`, `is function`, `is delegate`, `is ref`, `is out`, `is in`, `is... | |||
April 05 Issues » [Issue 17953] inout-like mechanism to infer function attributes from callback attributes | |||
|---|---|---|---|
| |||
...int opApply(scope int delegate(int) dg);
int opApply(scope int delegate(int) @nogc dg... | |||
April 04 Learn » How best to implement items and weapons in my RPG. Nested classes? Delegates? | |||
|---|---|---|---|
| |||
...would appear on the menu), and a delegate for the function that would be called... | |||
April 01 Learn » Re: Opinions on iterating a struct to absorb the decoding of a CSV? | |||
|---|---|---|---|
| |||
...0> : void(scope void delegate(const(char)[]) writer) void (scope void delegate(const(char)[])) AliasSeq... | |||
March 31 Issues » [Issue 24470] New: Type safe variadic arguments of delegates cause implicit conversion into lazy | |||
|---|---|---|---|
| |||
...of delegates without having to type the delegate manually, I showed people and they proved... | |||
March 30 Issues » [Issue 24469] non-constant nested delegate literal expression - Error on delegates causing memory corruption | |||
|---|---|---|---|
| |||
...DMD issued a 'Error: non-constant nested delegate literal expression `__lambda2`' error too; since v2... | |||
Copyright © 1999-2021 by the D Language Foundation