Search

February 05, 2023
Genel »
...zaman Bool alias'ı kurulmuyor!

```d
void main()
{
  // Kurulum:
  Enumlarım!int enumlarım;
  alias Bool = enumlarım...
February 04, 2023
Issues »
...13 from Salih Dincer <salihdb@hotmail.com> ---

alias format = assertFormat; /*
import std.format;//*/

auto foo...
February 04, 2023
General »
...assert(a == value);
   return 0;
}

auto bar(alias func)(int b = 0)
if (__traits( compiles...
February 03, 2023
General »
...constraint then has to become:

```d
foo(alias bar) if (__traits(compiles, exprUsingBar).hasOnlyImplementationIssues)
```
That...
February 03, 2023
General »
When a constraint for an alias parameter checks that calling it compiles, it instantiates any...
February 02, 2023
Issues »
...a value parameter, a type parameter, an alias parameter, or a
sequence parameter. Arguably, a...
February 02, 2023
Issues »
...argument types `!()(string[], string[])`
    Candidate is: `completeSort(alias less = "a < b", SwapStrategy ss =
SwapStrategy.unstable...
February 02, 2023
Learn »
...3)
    {
      alias T = ubyte; // min value, but max column

    } else static if(size == 2)
    {
      alias...
February 01, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=11907

Nick Treleaven <nick@geany.org> changed...
February 01, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=11907

Nick Treleaven <nick@geany.org> changed...
139 140 141 142 143 144 145 146 147 148 149
Next ›   Last »