May 12, 2021 Issues » [Issue 21912] Invalid stack closure when calling delegate inside lambda | |||
|---|---|---|---|
| |||
...pure bypassing scope checks:
```
int delegate() pure foo(int delegate() pure dg) pure {
return dg... | |||
May 10, 2021 Issues » [Issue 21912] Invalid stack closure when calling delegate inside lambda | |||
|---|---|---|---|
| |||
...smaller:
=================================
DG foo(DG)(DG dg) {
return dg;
}
auto bla(int i) {
return foo(() => i... | |||
May 10, 2021 Issues » [Issue 21912] Invalid stack closure when calling delegate inside lambda | |||
|---|---|---|---|
| |||
...foo(DG)(DG dg, int p) {
return () => dg(p);
}
auto bla(int i) {
return foo... | |||
May 10, 2021 Issues » [Issue 21912] New: Invalid stack closure when calling delegate inside lambda | |||
|---|---|---|---|
| |||
...closure when calling delegate inside
lambda
Product: D...import std.stdio;
auto foo(DG)(DG dg... | |||
May 08, 2021 Learn » Re: Without multiples inheritance, how is this done? | |||
|---|---|---|---|
| |||
...mixin template`, make Foo and Baa be `interface`, then use `mixin DRY;` inside your child... | |||
May 07, 2021 General » Re: No we should not support enum types derived from strings | |||
|---|---|---|---|
| |||
...foo(T : SomeBase)(T t) {}
and pass foo...if it wants to inside, but the compiler... | |||
May 07, 2021 General » Re: No we should not support enum types derived from strings | |||
|---|---|---|---|
| |||
...to write:
foo(string s) { impl }
foo(wstring...s still an enum inside the template). Whereas... | |||
April 24, 2021 Learn » Re: Use bindbc-sdl statically | |||
|---|---|---|---|
| |||
...of .obj files inside. Not so if it's am implib."
lib /list foo.lib | |||
April 21, 2021 Learn » Re: Voldemort type "this" pointer | |||
|---|---|---|---|
| |||
...stack address inside main 7FF424B9C008 <- dynamic memory inside foo 7FF424B9C008 <- dynamic memory inside bar Ali | |||
April 02, 2021 D » Re: test | |||
|---|---|---|---|
| |||
...possible to use Markdown inside HTML tags, but...debian.org/debian/ - smb://foo/bar/baz - irc... | |||
Copyright © 1999-2021 by the D Language Foundation