Search

May 12, 2021
Issues »
...pure bypassing scope checks:

```
int delegate() pure foo(int delegate() pure dg) pure {
    return dg...
May 10, 2021
Issues »
...smaller:

=================================
DG foo(DG)(DG dg) {
    return dg;
}

auto bla(int i) {
    return foo(() => i...
May 10, 2021
Issues »
...foo(DG)(DG dg, int p) {
    return () => dg(p);
}

auto bla(int i) {
    return foo...
May 10, 2021
Issues »
...closure when calling delegate inside
                    lambda
           Product: D...import std.stdio;

auto foo(DG)(DG dg...
May 08, 2021
Learn »
...mixin template`, make Foo and Baa be `interface`, then use `mixin DRY;` inside your child...
May 07, 2021
General »
...foo(T : SomeBase)(T t) {}

and pass foo...if it wants to inside, but the compiler...
May 07, 2021
General »
...to write:

foo(string s) { impl }
foo(wstring...s still an enum inside the template). Whereas...
April 24, 2021
Learn »
...of .obj files inside. Not so if it's am implib."

    lib /list foo.lib
April 21, 2021
Learn »
...stack address inside main
7FF424B9C008 <- dynamic memory inside foo
7FF424B9C008 <- dynamic memory inside bar

Ali
April 02, 2021
D »
...possible to use Markdown inside HTML tags, but...debian.org/debian/
- smb://foo/bar/baz
- irc...
4 5 6 7 8 9 10 11 12 13 14 15
Next ›   Last »