Search

June 14
Issues »
...onSend = delegate size_t(void[] data)
{
    auto m = cast(void[]) msg;
    size_t length = m...
June 14
General »
...T[] copyArray(T)(const T[] arr) {
    T[] copy = new T[arr.length];
    for (size_t...
June 13
Learn »
...t making a difference since it's a long way into multiples of page size...
June 11
Issues »
...Variable
{
    size_t toHash() const { return 0; }
}

enum hasInoutConstruction(T) = __traits(compiles, { struct S { T...
June 11
General »
...was that the stack size issue ends up...use libc, I don't see any reason...
June 09
Issues »
...event
{
  uint32_t events;
  uint64_t data;
} __attribute__((packed));

int main()
{
    printf("size: %zd\n...
June 09
Issues »
...com
          Reporter: tim.dlang@t-online.de

The...h has the wrong size
with ImportC:
```
struct...
June 05
General »
...d
string toString() const scope pure nothrow;
size_t toHash() const scope pure nothrow @nogc...
June 05
Learn »
...to sum up, i wasn't able to make fixed-size arrays to work with...
June 02
Issues »
...stat_t.init.tupleof[i].offsetof, " | ",
__traits(identifier, stat_t.tupleof[i]), " size=",
stat_t...
6 7 8 9 10 11 12 13 14 15 16 17
Next ›   Last »