January 14, 2023 Issues » [Issue 23626] New: [REG2.096] Template deduction with auto const ref Args... and delegate | |||
|---|---|---|---|
| |||
...deduction with auto const ref
Args... and delegate
Product: D
Version: D2
Hardware: All
OS... | |||
January 11, 2023 Issues » [Issue 23621] Implicitly convert function to delegate | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23621 Marcelo Silva Nascimento Mancini <msnmancini@hotmail... | |||
January 11, 2023 Issues » [Issue 23621] New: Implicitly convert function to delegate | |||
|---|---|---|---|
| |||
...import std.stdio;
int add(int delegate() a, int delegate() b){return a()+b();}
int... | |||
January 07, 2023 Issues » [Issue 11316] Some cases of missing delegate argument type inference | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=11316 Paul Backus <snarwin+bugzilla@gmail.com... | |||
January 07, 2023 Issues » [Issue 11316] Some cases of missing delegate argument type inference | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=11316 --- Comment #3 from Paul Backus <snarwin... | |||
January 06, 2023 Announce » Good News: Almost all druntime supported on arsd webassembly | |||
|---|---|---|---|
| |||
...inlineConcatTest = [1, 2] ~ [3, 4];
auto dg = delegate()
{
writeln(inlineConcatTest[0], f[1]);
};
dg();
B... | |||
January 05, 2023 Learn » Re: Is there a way to enforce UFCS? | |||
|---|---|---|---|
| |||
...or when the property function returns a delegate. Not worth the trouble, I say. Just... | |||
January 05, 2023 Learn » Re: How to avoid variable capturing in `foreach` loop with lambdas? | |||
|---|---|---|---|
| |||
...where the loop variable resides, thus every delegate from every loop iteration will see the... | |||
January 05, 2023 Learn » Re: How to avoid variable capturing in `foreach` loop with lambdas? | |||
|---|---|---|---|
| |||
Ah, I think you ran into that delegate bug # 🥲 Try this code in it... | |||
January 05, 2023 Learn » How to avoid variable capturing in `foreach` loop with lambdas? | |||
|---|---|---|---|
| |||
...is a `Button` class, which contains a delegate called `onButtonClick` which is called when the... | |||
Copyright © 1999-2021 by the D Language Foundation