Search

January 25, 2022
General »
...problems where deeply nested inside some library code...16):        instantiated from here: `foo!(Json[string])`
somelibrary...
January 22, 2022
Learn »
...alias tup = AliasSeq!(Foo, Foo);

        static foreach(Type...each type individually and use it inside.

Ali
January 22, 2022
Issues »
...a recursive lambda declared
                    inside a function generated...mix(alias fun) {
    auto foo(Args...)(Args args...
January 21, 2022
Issues »
...with UDA not recognized inside function
           Product: D...following declarations

------------------
mixin template Foo(T)
{
    struct S...
January 18, 2022
Learn »
...VERSION__ >= 2098)
{
    alias Foo = TypeA;
}
else
{
    alias Foo = TypeB;
}
```

No problem inside the module itself...
January 13, 2022
General »
...scope foo = new Foo();
	foreach(item; foo.stringify...could return a buffer inside the object, or...
January 12, 2022
Issues »
...void foo() {}
}

class B
{
    deprecated override void foo...but are currently triggered inside of the library.

--
December 09, 2021
Learn »
...directly) is that `str` inside your template is...template at all

void foo(str...)(str args...
November 23, 2021
Issues »
...scenarios:

  - type parameter appears inside of value type, e.g. `foo(T, T* val)`
    Later...
November 17, 2021
Learn »
...Foo(Mode) {
  // inside here, `Mode` is a locally named type, not the enum
}
// usage
Foo...
1 2 3 4 5 6 7 8 9 10 11
Next ›   Last »