Search

September 27, 2022
General »
...with that without introducing some level of template bloat. I dunno, maybe it's manageable...
September 27, 2022
Issues »
...issue:

- Infer template this parameter when calling static method on instance (#14446)

  * Infer template this...
September 27, 2022
General »
...syntax: “The difference between enum parameters `and` template value parameters is only in calling syntax...
September 26, 2022
General »
...int, 10)(20)
```

(B) Nested template
```d
template f(T)
{
    template f(T x)
    {
        void...
September 26, 2022
General »
...not a template at all. `format` is already a template; with a template argument format...
September 26, 2022
Issues »
...template this parameter when calling static method on instance

  Part of Issue 10488 - Allow template...
September 25, 2022
Learn »
```
extern(C++) extern(C++, class) struct Foo(T) {
   T a, b;
}

alias FooFloat = Foo!float...
September 25, 2022
General »
...arraycatnTX` that takes arguments as a variadic template. Thus, it should cover all use cases...
September 25, 2022
Issues »
...src/phobos/std/conv.d(223): Error: template
std.conv.toImpl cannot deduce function from...
September 24, 2022
General »
...scenario.

My intention is to attempt and template all the public methods in `hdrgen.d...
242 243 244 245 246 247 248 249 250 251 252
Next ›   Last »