February 27, 2023 Issues » [Issue 23751] New: Returning by ref from opApply fools DIP1000 | |||
|---|---|---|---|
| |||
...S{
int x;
int opApply(scope int delegate(ref int x)@safe @nogc dg)@safe... | |||
February 27, 2023 Issues » [Issue 11316] Some cases of missing delegate argument type inference | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=11316 Dlang Bot <dlang-bot@dlang.rocks... | |||
February 27, 2023 Announce » D Language Foundation January 2023 Quarterly Meeting Summary | |||
|---|---|---|---|
| |||
...returning a function pointer rather than a delegate. Razvan had submitted a PR in December... | |||
February 25, 2023 Issues » [Issue 23739] Can't return by ref from opApply iteration | |||
|---|---|---|---|
| |||
...S{
int* x;
int opApply(scope int delegate(ref int* x)@safe dg)@safe{
return... | |||
February 25, 2023 Issues » [Issue 23739] New: Can't return by ref from opApply iteration | |||
|---|---|---|---|
| |||
...S{
int x;
int opApply(scope int delegate(ref int x) dg){
return dg(x... | |||
February 22, 2023 General » Re: A 'lazy' compilation mode to make writting multiplatform code easier without having to clutter the project | |||
|---|---|---|---|
| |||
...fd, FDStatus.NONE);
}
int opApply(scope int delegate(FDResult) dg)
{
int result;
for (int i... | |||
February 22, 2023 Issues » [Issue 19328] isExpression does not allow to check conversion to delegate/function | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19328 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
February 21, 2023 Issues » [Issue 19328] isExpression does not allow to check conversion to delegate/function | |||
|---|---|---|---|
| |||
...alias a = ParameterTupleOf!(typeof(f)); alias b = ParameterTupleOf!(void delegate()); alias c = ParameterTupleOf!(void function()); -- | |||
February 20, 2023 Learn » Re: Lazy and GC Allocations | |||
|---|---|---|---|
| |||
The opposite, the delegate doesn't force a closure, and so when the variable goes... | |||
February 20, 2023 Issues » [Issue 3720] Taking address of member functions possible without an instance | |||
|---|---|---|---|
| |||
...gmail.com> --- Why? If I want a delegate with a null pointer context and member... | |||
Copyright © 1999-2021 by the D Language Foundation