April 26, 2023 Issues » [Issue 23863] New: `typeof` rejects `AliasSeq!()` as argument | |||
|---|---|---|---|
| |||
...special case is required for the empty tuple typeof(Filter!(Const!false, S.tupleof)) s2; -- | |||
April 25, 2023 Issues » [Issue 19392] [CTFE] static array in a tuple isn't CTFE-able | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19392 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
April 24, 2023 Issues » [Issue 23855] traits getOverloads returns overload when one of the symbols is a templatized function | |||
|---|---|---|---|
| |||
...getOverloads`, but even though it creates the tuple right, somewhere in the `static foreach` code... | |||
April 24, 2023 Issues » [Issue 23855] traits getOverloads returns overload when one of the symbols is a templatized function | |||
|---|---|---|---|
| |||
...the member symbols - though I get a tuple of two in that case. The weird... | |||
April 18, 2023 Issues » [Issue 23844] chain(only) doesn't support immutable structs | |||
|---|---|---|---|
| |||
...not `const`. Solved by creating a separate tuple of `Rebindable` ranges for this case. https... | |||
April 05, 2023 Issues » [Issue 21017] Tuple fails with inout and -allinst | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21017 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
April 04, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
...meant for correct type deduction with `U...`, not that I want a tuple of types. | |||
April 04, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
...code does. So Vec3Var!S yields the tuple `(Matrix!(byte, 3, 1), Matrix!(short, 3... | |||
April 03, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
...above cases working (except the one with tuple)! And even more complicated cases, such as... | |||
March 14, 2023 Learn » DMD: what's the proper way to get a list of symbols from a Module object? | |||
|---|---|---|---|
| |||
...is to reuse auto, basically do like tuple, create a ``StructDeclaration`` and inside put a... | |||
Copyright © 1999-2021 by the D Language Foundation