Search

October 23
Learn »
...size_t
{
    One = 1, Two, Three
}

struct MyStruct(T) {
  enum tMax = T.max;
  size_t...
October 22
Learn »
...struct BufferDesc {
    uint type;
    uint usage;
    size_t size;
    void* ptr;
}

extern(C):

private {
    bool...
October 22
Genel »
...n = i;
  }

  static size_t counter;
  ~this() { ++counter; }
}

auto make16(T)(size_t capacity) in...
October 22
Genel »
...size_t index;
    T[][] bucket;
  }
  Mutex mutexM;

  this(size_t bufferLength, size_t numberOfBuffer, size...
October 18
Issues »
...rhs) const {
        return this.i == rhs.i;
    }

    size_t toHash() const {
        return 0;
    }
}
```

has this...
October 15
DIP Ideas »
...size_t col)
{
  mixin(makeEnum!col);
  E[] list;
  size_t index;

  enum makeEnum(size_t...
October 13
General »
...cast(size_t)&s); // (two distinct numbers)
    writeln(t.address," ",cast(size_t)&t); // (two...
October 11
LDC »
...No.useReplacementDchar, S)(ref S str, out size_t numCodeUnits)`
/usr/lib/ldc/x86_64...
October 11
Learn »
...for people who don't have Phobos.  I...tracker.debian.org>
Installed-Size: 22.8 MB...
October 10
Issues »
...test!3(1, 2, 3)`
- Changing the template parameter of `test` to `size_t n`

--
1 2 3 4 5 6 7
Next ›   Last »