Search

May 11, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=17653

RazvanN <razvan.nitu1305@gmail.com> changed...
May 10, 2023
Learn »
...issues down the road and whether the template specialization is dangerous, as it will trigger...
May 10, 2023
General »
...aggregate type has a `static` member function template `opBinary` that can be instantiated as `opBinary...
May 10, 2023
Issues »
...is a compile-time sequence (introduced by template
`...` in some way), `auto ref` becomes `auto...
May 10, 2023
General »
...and when we pass it in a template, we have to put in a delegate...
May 09, 2023
General »
...stdio;
    key.writeln(" added, value: ", element.value);
  }
}

template PL(alias R) // pl
{
  static if(is...
May 09, 2023
Issues »
...com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Add traits                  |Add traits to retrieve
                   |                            |template parameter
                   |                            |information

--
May 09, 2023
Issues »
...alias` parameter of a template imported from another module. That template should be able to...
May 09, 2023
Issues »
...end of function
test.d(11): Error: template instance `test.test!(1, 2, 3)` error...
May 09, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=18035

RazvanN <razvan.nitu1305@gmail.com> changed...
143 144 145 146 147 148 149 150 151 152 153
Next ›   Last »