Search

December 16, 2021
Genel »
...katSayı * açı;

enum Boyut { X, Y, Z }
alias Painter = Çizici;

void main() {
  auto scr = new...
December 16, 2021
Genel »
...Bunları yazmak artık çok kolay:
alias Integer = AnyValue!int;
alias Float = AnyValue!(float, "%.1f");

void...
December 16, 2021
General »
...raw a should work (it's an alias parameter).

Passing a+1 obviously doesn't...
December 14, 2021
General »
I assumed it works with alias/variadic params...?

```d
import std;

int sum(Vs...)()
{
    int...
December 14, 2021
Issues »
...join    |Infinite loop using join
                   |with alias this             |with alias this and
                   |                            |non-ascii unicode

--
December 14, 2021
Issues »
...22599
           Summary: Infinite loop using join with alias this
           Product: D
           Version: D2
          Hardware: x86...
December 14, 2021
Learn »
...express it because it goes through an alias. The closest you can come is to...
December 14, 2021
Issues »
...Explicit cast between classes incorrectly goes through
'alias this' inside CTFE (#13332)

https://github.com...
December 14, 2021
Issues »
...has alias this to inout
property (#13291)

  The cast expression was trying an 'alias this...
December 13, 2021
Learn »
...void foo2(T, alias UT1 = Unqual!T)(T x)
    // You can create alias UT1 but...
261 262 263 264 265 266 267 268 269 270 271
Next ›   Last »