Search

August 16, 2022
Learn »
...Is it a page-size-or-greater block...e.g. you can't have 2 16...
August 16, 2022
Learn »
...import std.format : format;

  static assert (1 >= {
    size_t count = 0;
    static foreach (arg; args...
August 15, 2022
Learn »
On Monday, 15 August 2022 at 20:51:07 UTC, Gavin Ray wrote:

Are you...
August 15, 2022
Learn »
...enum PAGE_SIZE = 4096;
enum HEADER_SIZE = (uint.sizeof) * 6;
enum TUPLE_SLOT_SIZE = (uint...
August 14, 2022
Learn »
...wrote:

>      // BUG DUE TO WISHFUL THINKING:
>      override size_t toHash() const {
>        /* Since the 'points' member...
August 14, 2022
Learn »
...TriangularArea {
    // BUG DUE TO WISHFUL THINKING:
    override size_t toHash() const {
      /* Since the 'points' member...
August 14, 2022
Issues »
...4, "size != 4"); // 8 with DMD
```

The size...Bit fields layout doesn't match C
           Product...
August 14, 2022
Learn »
...seq = AliasSeq!("foo", "bar", "baz");
string f(size_t rti)
{
    sw: switch (rti)
    {
        static foreach...
August 12, 2022
Learn »
...char[] f;
string f1, f2, f3;

for(size_t i=0; args[1].strmid(i...
August 12, 2022
Learn »
...not_readable.txt",
        "invalid_utf8.txt",
    ])
    {

writeln("=========================================================================");
        size_t idx = 0;
        foreach (kv; [
            tuple("readConfig1...
77 78 79 80 81 82 83 84 85 86 87 88
Next ›   Last »