Search

June 15, 2021
General »
...like `array.map!foo[$/2 .. $].retro.map!bar.length` end up being unexpected performance pitfalls...
June 13, 2021
Learn »
...like you wrote `Foo x;` without `scope`.

`Bar` does contain an indirection, so `scope` actually...
June 13, 2021
Learn »
...variable but not Bar?

```d
//-dip1000

struct Foo{
    private double d;
}

struct Bar{
    private void...
June 13, 2021
Issues »
...pragma(mangle, "bar")
    extern(C) static void foo() {
    }
}

void main() {
    mixin Foo;
}

No 'bar' in...
June 13, 2021
Issues »
...maxsamukha@gmail.com

void main() {
    pragma(mangle, "bar")
    extern(C) static void foo() {
    }
}

onlineapp.d...
June 10, 2021
Learn »
...was done explicit, something like:

```d
Bar b = new Bar();
Foo* f2 = cast(Foo*)b...
June 09, 2021
Learn »
...instance shared through class member initializer.

Use Bar ctor instead if you want them to...
June 09, 2021
Learn »
...Bar { Foo foo = new Foo(); }

void main()
{
	Bar b1 = new Bar();
	Bar b2 = new Bar...
June 06, 2021
Genel »
...oluyor. test.bar deyince test'in bar işlevinden mi bahsediyoruz yoksa test'in bar işlevini...
June 06, 2021
Genel »
...bar.writeln(", ", &test.bar);
  /* printOut: result, string delegate() */

  test.bar[0..3].writeln(", ", test.bar...
78 79 80 81 82 83 84 85 86 87 88 89
Next ›   Last »