3 days ago Issues » [Issue 8659] CTFE: str ~= wchar rejected if string was initialized with an array literal | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=8659 --- Comment #2 from dlangBugzillaToGithub <robert.schadek... | |||
6 days ago Learn » partial with struct | |||
|---|---|---|---|
| |||
... static auto filter(bool isEnd = false)(string[] str, char chr)
{
static if (isEnd... | |||
6 days ago Genel » partial (with struct) | |||
|---|---|---|---|
| |||
...get(strings list, string str)
{
alias pred = s => s.canFind(str);
return list.filter!pred... | |||
December 05 Issues » [Issue 24891] New: Two scope attributes emitted as part of .di generation | |||
|---|---|---|---|
| |||
...com
dmd -o- -Hd=imports str.d
```d
module str;
struct String {
export:
nothrow @nogc... | |||
December 03 General » Something like ADL from C++? | |||
|---|---|---|---|
| |||
...integer */ }
void serialise(void[] buffer, const(char)[] str)
{ /* serialise string */ }
// ...etc
```
And some serialiser somewhere... | |||
December 01 Issues » [Issue 23840] log(str) is not work | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23840 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 19769] CTFE format(): str[index] is used before initialized | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19769 --- Comment #4 from dlangBugzillaToGithub <robert.schadek... | |||
November 17 General » Just a friendly reminder about using arrays in boolean conditions | |||
|---|---|---|---|
| |||
...for empty strings - e.g `if(!str)` and `str ? result1 : result2` - and it broke when... | |||
October 15 Learn » Re: need help to find a way to replace c macro | |||
|---|---|---|---|
| |||
...len;
}_Prop_list prop_list;
const(char)* str;
int i32;
long i64;
double f64;
}_U... | |||
October 15 DIP Ideas » Re: Allow Conditional Compilation Inside Enum Declaration | |||
|---|---|---|---|
| |||
...str = "enum E {";
static foreach(i, e; EnumMembers!Enum) {
static if ((i & 1) ^ mod)
str... | |||
Copyright © 1999-2021 by the D Language Foundation