June 12, 2022 Issues » [Issue 23178] New: Unknown error using alias to `__traits` evaluated as expression | |||
|---|---|---|---|
| |||
...Issue ID: 23178
Summary: Unknown error using alias to `__traits` evaluated as
expression
Product: D... | |||
June 11, 2022 General » Re: Why is D unpopular | |||
|---|---|---|---|
| |||
...who whine about OO also would celebrate "alias this" as a great invention! The same... | |||
June 10, 2022 Learn » Re: Range to Nullable conversion | |||
|---|---|---|---|
| |||
...std;
// Spelling? :)
auto nullablelize(R)(R range) {
alias E = Nullable!(ElementType!R);
struct Nullablelize {
enum... | |||
June 09, 2022 Issues » [Issue 11522] mixing template mixins of template functions creates issues for dmd | |||
|---|---|---|---|
| |||
...somefunc:
mixin template outerMixin() {
mixin innerMixin im;
alias somefunc = im.someFunc();
//If you comment out... | |||
June 09, 2022 Issues » [Issue 23174] Can't alias tuple when it's part of dot expression following a struct literal | |||
|---|---|---|---|
| |||
...request #14196 "Fix Issue 23174 - Can't alias tuple when it's part of dot... | |||
June 09, 2022 Issues » [Issue 23174] Can't alias tuple when it's part of dot expression following a struct literal | |||
|---|---|---|---|
| |||
...request #14196 "Fix Issue 23174 - Can't alias tuple when it's part of dot... | |||
June 09, 2022 General » Re: Very hacky solution to class private members | |||
|---|---|---|---|
| |||
...terrible function like this ...
static auto stringMap(alias p)(string[] r)
{
string[] result = [];
foreach (n... | |||
June 09, 2022 Issues » [Issue 23174] New: Can't alias tuple when it's part of dot expression following a struct literal | |||
|---|---|---|---|
| |||
...tupleof);
static alias map(alias F) = staticMap!(F, fields);
static alias filter(alias pred) = Filter... | |||
June 08, 2022 General » auto vectorization observations | |||
|---|---|---|---|
| |||
...alias T = ubyte; // 16 wide (128 bit HW) to 64 wide (512 bit HW) alias... | |||
June 08, 2022 General » Re: Suggestion re the manual | |||
|---|---|---|---|
| |||
...Later, a more senior developer suggested we alias these names to be more readable, and... | |||
Copyright © 1999-2021 by the D Language Foundation