September 23, 2012 Issues » [Issue 8709] New: toLower on alias this | |||
|---|---|---|---|
| |||
...myStruct s1; s1.value = "Test"; writeln(s1); // outputs "Test" writeln(s1.toLower()); // phobos/std/string... | |||
September 19, 2012 General » Re: [OT] Was: totally satisfied :D | |||
|---|---|---|---|
| |||
...of remembering volume settings for different audio outputs. For example, it keeps track of your... | |||
September 18, 2012 General » Re: [OT] Was: totally satisfied :D | |||
|---|---|---|---|
| |||
...n-pasted-n-modified cout<< statements that outputs HTML and Javascript, and other such boilerplate... | |||
September 17, 2012 Phobos » Re: [phobos] Phobos unit tests running out of memory | |||
|---|---|---|---|
| |||
...lib and running under Win8/64bit, it outputs 962 MB of allocated memory, 1954 MB... | |||
September 14, 2012 Issues » [Issue 8657] New: TypeInfo generated for const/immutable static arrays not transitive | |||
|---|---|---|---|
| |||
...testMod!(int[2])(); // testMod!(int[2][3])(); } outputs: ============== p: const(const(int)*) p[0] : const... | |||
September 05, 2012 Announce » Re: GC vs. Manual Memory Management Real World Comparison | |||
|---|---|---|---|
| |||
...could be tested with MinGW if it supports whatever GDC outputs, to compare against LD. | |||
August 28, 2012 Issues » [Issue 4264] Support opApply in std.algorithm, std.range where possible | |||
|---|---|---|---|
| |||
...return result;
}
}
void main() {
writeln(Iter(10));
}
Outputs this, showing writeln doesn't support opApply... | |||
August 26, 2012 General » Re: Vote for the new std.hash (oops, std.digest) | |||
|---|---|---|---|
| |||
...write down the types of inputs and outputs of functions, for similar reasons. Bye, bearophile | |||
August 23, 2012 IDEs » Re: Interesting Thread.sleep error in Mono-D | |||
|---|---|---|---|
| |||
...also don't know how to make it writing all outputs immediately - sry for that .) | |||
August 16, 2012 Learn » Re: Sudoku Py / C++11 / D? | |||
|---|---|---|---|
| |||
...one. Modifying it to give all possible outputs wouldn't be too hard... So far... | |||
Copyright © 1999-2021 by the D Language Foundation