Search

April 04, 2023
General »
Oh, I think I get it. `Vec3Var` in my original post is just a poor...
April 04, 2023
General »
Hm, I don't understand what your code does. So Vec3Var!S yields the tuple...
April 03, 2023
General »
...data;
}

alias P = AliasSeq!(byte, short, int);
alias X = AliasSeq!(3, 3, 4);
alias...
April 03, 2023
General »
...data;
}

alias P = AliasSeq!(byte, short, int);
alias X = AliasSeq!(3, 3, 4);
alias...
April 03, 2023
General »
Just want to say, I'm super excited to see this possibly getting solved!

Thanks...
April 03, 2023
General »
...t N)
{
}

alias SomeAlias(X, Y, size_t C) = SomeTemp!(Y, X, C);

alias SomeOtherAlias...
April 02, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=22926

Walter Bright <bugzilla@digitalmars.com> changed...
April 02, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=22926

Walter Bright <bugzilla@digitalmars.com> changed...
April 02, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=22926

--- Comment #5 from Walter Bright <bugzilla...
April 01, 2023
Genel »
...diyebiliriz :)

```d
import std.stdio;

alias strings = immutable(char)[][];
alias aBir = ayraçlıBirleştir;

auto ayraçlıBirleştir(string...
118 119 120 121 122 123 124 125 126 127 128
Next ›   Last »