November 25 General » Re: Just a friendly reminder about using arrays in boolean conditions | |||
|---|---|---|---|
| |||
...have problems at some point - if nothing else because none of the code interacting with... | |||
November 23 DIP Ideas » Query Expression Sequence (QES) | |||
|---|---|---|---|
| |||
...ExpressionType value);
}
static if (is(ResultType == void) {
} else {
alias getResult this;
// Your ``getResult`` may return... | |||
November 21 Learn » Re: std.mmfile + std.bitmanip.peek, void[] is not a forward range? | |||
|---|---|---|---|
| |||
...void[], it must be cast to something else. If you want to access the data... | |||
November 21 Genel » Show Helper | |||
|---|---|---|---|
| |||
...static if(n < 2) const f = 1; else const f = n * f!(n - 1); } void... | |||
November 21 General » Re: Proposal: Enhancing unittest with Inline Module-Level Statements | |||
|---|---|---|---|
| |||
...error_:
static if (msg.length) assert(0, msg);
else return 0;
return 1;
}
}
```
SDB@79
| |||
November 20 Genel » Assert Sarma | |||
|---|---|---|---|
| |||
...error:
if (a.equal!""(b))
{
goto _devam_;
} else
{
writeln("Diziler eşit değil!");
return;
}
_devam_:
writeln... | |||
November 20 Learn » I can not understand this Error: undefined identifier `cpp_longlong` | |||
|---|---|---|---|
| |||
...long cpp_longlong;
alias ulong cpp_ulonglong;
}
else version (Posix)
{
static if ( (void*).sizeof > int... | |||
November 19 General » Re: Why isn’t 2.110 published? | |||
|---|---|---|---|
| |||
Steven, I and everyone else are very appreciative of your valuable contributions! | |||
November 19 General » Re: Why isn’t 2.110 published? | |||
|---|---|---|---|
| |||
...by others. I want to say something else, something I was just telling a group... | |||
November 18 General » Re: Why isn’t 2.110 published? | |||
|---|---|---|---|
| |||
...look at the current state of affairs and tell someone else they should use D. | |||
Copyright © 1999-2021 by the D Language Foundation