Search

11 hours ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=19039

--- Comment #3 from dlangBugzillaToGithub <robert.schadek...
4 days ago
General »
...Thing))~";");
    alias serialiserFor = thingMod.serialise;
}
```

## app.d

```d
module app;

import std.stdio;

void main...
4 days ago
General »
...user thing in a module somewhere:

```
module app.user_thing:

struct UserThing
{ ... }

void serialise(void...
6 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=21448

--- Comment #1 from dlangBugzillaToGithub <robert.schadek...
November 30
Learn »
...ok/dlangtut/dub/69_raylib_error/source/app.d:16:(.text._Dmain[_Dmain]+0xe): undefined...
November 22
Learn »
...need to be deferred binding from runtime app.


It can be done by pass `-Wl...
November 13
Issues »
...void*[]) app;
        app.put(null);
        if(app.data.ptr !is blk.ptr) continue;
            writeln(app...
November 12
Issues »
...app
app.d(4): Error: sequence index `0` out of bounds `[0 .. 0]`
semantic2 app...
October 31
Announce »
...BindBC/bindbc-pango/blob/master/example/source/app.d#L54).
- First you need a [`PangoFontMap...
October 23
Learn »
...myStruct.test)([EnumMembers!Test]);

    // this triggers error: app.d(22): Error: none of the overloads...
« First   ‹ Prev
1 2
Next ›   Last »