May 23, 2016 General » Re: Idea: swap with multiple arguments | |||
|---|---|---|---|
| |||
...elements when you write swap(a1, a2, a3, ...). Who's to say that it should... | |||
May 23, 2016 General » Idea: swap with multiple arguments | |||
|---|---|---|---|
| |||
...that a1 gets an, a2 gets a1, a3 gets a2, etc. I do know applications... | |||
November 05, 2015 Learn » Re: Preventing implicit conversion | |||
|---|---|---|---|
| |||
...operation can narrow it back down: ubyte a3 = (i + i2) & 0xff; // but this does because... | |||
November 03, 2015 Learn » how to make the commented out lines work when they are uncommented | |||
|---|---|---|---|
| |||
...a2.selectionSort;
a2.writeln;
auto a3 = ["b", "a"];
a3.selectionSort;
a3.writeln;
// char[] a4 = ['a... | |||
October 14, 2015 Learn » Re: User input parsing | |||
|---|---|---|---|
| |||
What about "sdaz1.a3..44["? Anyway, you could use an appender, or reserve memory to... | |||
September 16, 2015 Learn » Re: Initalizing complex array types or some other problem ;/ | |||
|---|---|---|---|
| |||
...d1 = "a1"; dg d2 = "a2"; dg d3 = "a3"; dg d4 = "a4"; auto s = MyStore.New... | |||
September 14, 2015 Learn » Convert array to tupled array easily? | |||
|---|---|---|---|
| |||
...d1 = "a1"; dg d2 = "a2"; dg d3 = "a3"; dg d4 = "a4"; */ auto s = MyStore.New... | |||
August 17, 2015 Learn » Re: pragma(mangle, on a template) | |||
|---|---|---|---|
| |||
...mangle, "a2") void body_func();
pragma(mangle, "a3") struct MyStructh
{ pragma(mangle, "a4") void foo... | |||
July 26, 2015 Issues » [Issue 14833] New: Nested delegates problem | |||
|---|---|---|---|
| |||
...a3 => iota(1, a3).map!(a2 => iota(1, a3).map!(a1 => tuple(a1, a2, a3... | |||
July 12, 2015 Issues » [Issue 14795] New: Extending D's switch statement | |||
|---|---|---|---|
| |||
...toHash:
if (a2 == a) {...}
break;
case a3.toHash:
if (a3 == a) {...}
break;
...
}
Hash collisions can... | |||
Copyright © 1999-2021 by the D Language Foundation