Search

March 01, 2022
Learn »
...MMAP_SIZE = [10_000_000_000, 30_000_000_000];
```
?

Writing this doesn't cause...
March 01, 2022
Learn »
...sub-classes
    abstract void doThing(string a, size_t b);
    // A convenience helper.
    void doThing...
March 01, 2022
Learn »
...sub-classes
    abstract void doThing(string a, size_t b);
    // A convenience helper.
    void doThing...
February 28, 2022
Issues »
...you from doing something like this. I don't think the bug report is valid.

--
February 27, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=22828

Dlang Bot <dlang-bot@dlang.rocks...
February 27, 2022
Issues »
...a pointer with types of size
                    greater than sizeof(T*)
           Product: D
           Version: D2
          Hardware...
February 27, 2022
Issues »
...What happens when you declare toHash() as extern (D) size_t toHash() const
nothrow @safe ?

--
February 25, 2022
Issues »
...on PPC.  The `st_size` field it reads...stub implementation of stat_t to use on...
February 25, 2022
Learn »
...the size of the memory block.`
        `return ptr[0 .. size];`
    }

`T[] allocArray(T)(size_t...
February 24, 2022
Genel »
...in türü size_t, yani işaretsiz. Bu durumda 0'dan sonra size_t.max'a...
102 103 104 105 106 107 108 109 110 111 112
Next ›   Last »