April 04, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
Oh, I think I get it. `Vec3Var` in my original post is just a poor... | |||
April 04, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
Hm, I don't understand what your code does. So Vec3Var!S yields the tuple... | |||
April 03, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
...data; } alias P = AliasSeq!(byte, short, int); alias X = AliasSeq!(3, 3, 4); alias Y ... | |||
April 03, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
...data; } alias P = AliasSeq!(byte, short, int); alias X = AliasSeq!(3, 3, 4); alias Y ... | |||
April 03, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
Just want to say, I'm super excited to see this possibly getting solved! Thanks... | |||
April 03, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
...t N)
{
}
alias SomeAlias(X, Y, size_t C) = SomeTemp!(Y, X, C);
alias SomeOtherAlias... | |||
April 02, 2023 Issues » [Issue 22926] importC: cast to D type alias in array length gives syntax error | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22926 Walter Bright <bugzilla@digitalmars.com> changed... | |||
April 02, 2023 Issues » [Issue 22926] importC: cast to D type alias in array length gives syntax error | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22926 Walter Bright <bugzilla@digitalmars.com> changed... | |||
April 02, 2023 Issues » [Issue 22926] importC: cast to D type alias in array length gives syntax error | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22926 --- Comment #5 from Walter Bright <bugzilla... | |||
April 01, 2023 Genel » Ayraçlı Birleştir | |||
|---|---|---|---|
| |||
...diyebiliriz :) ```d import std.stdio; alias strings = immutable(char)[][]; alias aBir = ayraçlıBirleştir; auto ayraçlıBirleştir(string... | |||
Copyright © 1999-2021 by the D Language Foundation