Search

August 25, 2022
General »
...int index = size - 1;

  @property empty() {
    return index < 0;
  }

  @property front() {
    return bytes[index];
  }

  @property...
August 22, 2022
Learn »
...index = 0;
        foreach(arg; args)
        {
          static if(isAssignable!(T, typeof(arg)))
          {
            v[index] = arg;
            index...
August 18, 2022
Learn »
...much on topic. :)

  http://dconf.org/2022/index.html#roym

And the following program cannot...
August 18, 2022
Announce »
...s "Show Details".

https://dconf.org/2022/index.html#schedule

I'm still waiting on...
August 16, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=4410

Steven Schveighoffer <schveiguy@gmail.com> changed...
August 15, 2022
Announce »
...people + it has a great offline search index and a bunch of interactive elements, that...
August 15, 2022
Issues »
...cancels out the dereference. If you mark `index` just `scope`, the compiler correctly complains about...
August 15, 2022
Issues »
...com> ---
Here's the problem:

    ref int* index() return scope {
        return *ptr;
    }

The `scope` applies...
August 15, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=4410

RazvanN <razvan.nitu1305@gmail.com> changed...
August 14, 2022
Learn »
Thanks
39 40 41 42 43 44 45 46 47 48 49 50
Next ›   Last »