April 29 DIP Development » Re: Frist Draft (in this forum): Enum Parameters | |||
|---|---|---|---|
| |||
...have a (non-nested) template accepting multiple delegate types with different but variadic parameter lists... | |||
April 28 Issues » [Issue 24525] auto ref lambda exp not parsed if used as left-most expression in a expression statement | |||
|---|---|---|---|
| |||
...auto ref` was added, when the function/delegate keyword starting forms can already handle those. -- | |||
April 28 DIP Development » Re: First Draft: Primary Type Syntax | |||
|---|---|---|---|
| |||
...trying to do is make function and delegate pointers being able to be declared in... | |||
April 26 Issues » [Issue 24522] New: Formation and inference of nested type sequences | |||
|---|---|---|---|
| |||
...of type suffixes are function pointer and delegate types: ```d void f(Ts...)(Ts function... | |||
April 25 DIP Development » First Draft: Primary Type Syntax | |||
|---|---|---|---|
| |||
...that lack this are function pointer and delegate types that return by reference and/or... | |||
April 24 Learn » Re: Adapting foreign iterators to D ranges | |||
|---|---|---|---|
| |||
...private List iter;
int opApply(scope int delegate(Node* t) dg)
{
while(auto current = iter... | |||
April 23 Issues » [Issue 23923] `this` not captured by lazy expression | |||
|---|---|---|---|
| |||
...an explicit delegate. //////////////// test.d //////////////// @safe: void delegate() later; void lazyFun(void delegate() @safe expr... | |||
April 23 Issues » [Issue 23923] `this` not captured by lazy expression | |||
|---|---|---|---|
| |||
...redo the lazy function as an explicit delegate. If the behavior is correct, then the... | |||
April 23 Learn » Re: Adapting foreign iterators to D ranges | |||
|---|---|---|---|
| |||
...this.iter = iter; }
int opApply(scope int delegate(T* t) dg) {
while (auto current = next... | |||
April 11 DIP Ideas » Re: Temporally safe by default | |||
|---|---|---|---|
| |||
...outside the world the GC stops, but delegate everything possible to normal GC-controlled threads. | |||
Copyright © 1999-2021 by the D Language Foundation