Search

March 29, 2021
Learn »
...z) {
    auto foo = 1;
    return foo + 2;
  })


Currently...and it gets called inside of "my_func...
March 22, 2021
Issues »
...struct Foo, the example runs correctly:

struct Foo...the bug is somewhere inside el_bin [3...
March 19, 2021
Announce »
...i = 0;
  foo(i);
  assert(i == 42);
}

There: we injected @trusted code inside a @nogc...
March 14, 2021
Issues »
...a == Foo.A);
}

The assert fails, because the "a = Foo.B;" mixin statement inside the...
February 21, 2021
Learn »
...class outside
    Foo Foo = new Foo();
    // Foo now...Local variables inside functions are a little bit...
February 04, 2021
General »
...int bar;
fun!(i"foo {$bar+5}"); // bar...invisible in the binary.

Inside the compiler, this...
February 04, 2021
General »
...standard uses of symbols inside strings.

This next...syntax.

mixin(iq{ void foo() { is this a...
February 01, 2021
Issues »
...by design that imports inside mixins are visible...B
{
    mixin baz;
    void foo()
    {
         write();   // oops, calls...
January 29, 2021
General »
...just had to fit inside the ${ }.

${?}(expr) is...query(i"select * from foo where id = ${obj...
January 29, 2021
General »
...the expanded form attempted inside constructors?
2: Is...with interpolated string? `auto foo(T...)(T arg...
5 6 7 8 9 10 11 12 13 14 15 16
Next ›   Last »