Search

3 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=8659

--- Comment #2 from dlangBugzillaToGithub <robert.schadek...
6 days ago
Learn »
... static auto filter(bool isEnd = false)(string[] str, char chr)
  {
    static if (isEnd...
6 days ago
Genel »
...get(strings list, string str)
  {
    alias pred = s => s.canFind(str);
    return list.filter!pred...
December 05
Issues »
...com

dmd -o- -Hd=imports str.d

```d
module str;

struct String {
    export:
    nothrow @nogc...
December 03
General »
...integer */ }

void serialise(void[] buffer, const(char)[] str)
{ /* serialise string */ }

// ...etc
```

And some serialiser somewhere...
December 01
Issues »
https://issues.dlang.org/show_bug.cgi?id=23840

--- Comment #1 from dlangBugzillaToGithub <robert.schadek...
December 01
Issues »
https://issues.dlang.org/show_bug.cgi?id=19769

--- Comment #4 from dlangBugzillaToGithub <robert.schadek...
November 17
General »
...for
empty strings - e.g `if(!str)` and `str ? result1 : result2`
- and it broke when...
October 15
Learn »
...len;
        }_Prop_list prop_list;
        const(char)* str;
        int i32;
        long i64;
        double f64;
    }_U...
October 15
DIP Ideas »
...str = "enum E {";
    static foreach(i, e; EnumMembers!Enum) {
      static if ((i & 1) ^ mod)
        str...
« First   ‹ Prev
1 2
Next ›   Last »