Search

November 21
Issues »
...would make it so that there would be one more thing that the programmer would...
November 21
Learn »
...writeln("...");
            }
        }
    }
}
```
And I was wondering if it would be worthwhile to convert it to functional...
November 21
DIP Development »
...be rather surprising and I think it would sometimes lead to undefined behavior with current...
November 20
DIP Ideas »
...opt AggregateBody
+   "__commaExpr" '(' CommaExpression ')'
```

This would not break code, nor would it affect tuples. No...
November 20
Issues »
...use a format
string?
Seems like it would make more sense with a different name...
November 21
DIP Ideas »
...a body, that the .di generator sees?

Okay sure, that would be a good addition.
November 20
Announce »
...run with `dub run redub`. Though I would recommend building it and adding to PATH...
November 20
General »
...and this would do the exact opposite of that.

So, IMHO, this would be adding...
November 20
DIP Ideas »
...float;
@F int i;
```

but not

```d
@float int i;
```

which proposal #2 would address.
November 20
DIP Development »
...uninitialized). Using a void[] instead of a typed lvalue would be consistent with that approach.
2 3 4 5 6 7 8 9 10 11 12
Next ›   Last »