May 31, 2010 General » Re: eliminating std.range.SListRange? | |||
|---|---|---|---|
| |||
...contain references or pointers, so you can swap items around efficiently using their index. Modern... | |||
May 29, 2010 General » Re: The last changes to range | |||
|---|---|---|---|
| |||
...Range)*)) {
swap(r1.front, r2.front);
} else {
static assert(is(typeof(&(r1.swapFront)), "Cannot swap... | |||
May 25, 2010 General » Re: Poll: Primary D version | |||
|---|---|---|---|
| |||
...all of my 4GB RAM and 6GB swap. Of course, that was at least partially... | |||
May 03, 2010 General » Re: Improving Compiler Error Messages | |||
|---|---|---|---|
| |||
...not as important, you may want to swap keycodes with the semicolon. On my keyboard... | |||
May 03, 2010 Issues » [Issue 4152] New: Function alias forward reference error | |||
|---|---|---|---|
| |||
...alternative, cast(char[])"abc"); } But if I swap the line A and B: int fun... | |||
May 02, 2010 General » Re: Improving Compiler Error Messages | |||
|---|---|---|---|
| |||
...errors it's a good idea to swap the syntax: instead of adding an explicit... | |||
May 01, 2010 Issues » [Issue 2928] Swap order of paramaters for std.range's "take" | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=2928 Kyle Foley <k-foley@onu... | |||
April 26, 2010 Announce » Re: Small vector and matrix proposed for phobos2 now on github | |||
|---|---|---|---|
| |||
...Transpose: this should be an in place swap. Given the value-type semantics of small... | |||
April 21, 2010 General » typedef in D2 | |||
|---|---|---|---|
| |||
...The type systems catches errors if I swap them by mistake. - If I want to... | |||
April 21, 2010 Learn » Re: Comb Sort with ranges | |||
|---|---|---|---|
| |||
...isSorted() below. Bye, bearophile import std.algorithm: swap, binaryFun, sort; import std.range: isForwardRange, walkLength... | |||
Copyright © 1999-2021 by the D Language Foundation