Search

October 08
Learn »
...a certain size, it can choose that size....cases, no, you won't see a difference...
October 04
DIP Development »
...D
// Currently:
@trusted pure nothrow @nogc opIndex(size_t index)
{   if(index >= length) assert(0...
October 03
Announce »
...also almost half the size of Fluid itself...fetch fluid
dub init -t fluid myproject
```

Add...
October 01
General »
...writeln;

struct S {
    void* content;
    size_t size;

    this(size_t n) {
        writeln("regular ctor...
September 30
Genel »
...opApply(scope int delegate(size_t, T node) dg)
    {
      size_t counter;
      while (auto current...
September 28
Learn »
...t        u16a;
    uint16_t        u16b;
    uint8_t         u8a;
    uint8_t         arr[14];
};

```

the struct size...
September 28
Learn »
...T(e));
        }
        return 0;
    }

    auto opApply(scope // 2. USAGE
    int delegate(size_t...
September 28
Learn »
...m not sure, it could also be **size_t length()**. So there are subtle cases...
September 26
Learn »
...to!T(16))
     .copy(hex[]);
}

import std.stdio;
void main()
{
  enum hex = "48656C6C6F2044202620576F726C6421";
  enum size...
September 25
General »
Code with `T.sizeof > uint.max` would not...Issue 21995 - Struct with size uint.max or...
1 2 3 4 5 6 7 8
Next ›   Last »