July 13, 2014 Issues » [Issue 13124] New: std.algorithm.until with not-boolean predicates too | |||
|---|---|---|---|
| |||
...filter!(c => c.among!('a', 'b')).writeln;
}
Outputs:
abaaaba
While this code:
void main() {
import... | |||
July 13, 2014 General » Re: Review: std.logger | |||
|---|---|---|---|
| |||
...10, ...) outputs the log message just for the first 10 iterations, and logEveryN(10, ...) outputs... | |||
July 13, 2014 Issues » [Issue 13122] New: std.algorithm.cartesianProduct output type immutability | |||
|---|---|---|---|
| |||
...typeof(t2)); } The latest dmd 2.066beta3 outputs: Tuple!(dchar, dchar) Tuple!(immutable(dchar), immutable... | |||
July 13, 2014 General » Re: How can I dump an expression into log and execute it | |||
|---|---|---|---|
| |||
...expression:
```
void _logfx(lazy int expr)
{
DebugLog(expr.stringof); // currently it outputs `expr()`
fx(expr);
}
``` | |||
July 06, 2014 General » Better AAs | |||
|---|---|---|---|
| |||
...s2)] = 2;
aa2.writeln;
}
Now compiles and outputs something right:
[Foo("hello"):2]
[Tuple!string... | |||
July 03, 2014 General » Tuples printing | |||
|---|---|---|---|
| |||
...s\n%)", r0); } Currently this works and outputs: Tuple!int(10) Tuple!int(20) Tuple... | |||
July 02, 2014 General » Re: Bug or Feature? compile error: to!string(const Object) | |||
|---|---|---|---|
| |||
...s1;
StructWithoutToString s2;
writeln(s1);
writeln(s2);
}
Outputs:
I'm a struct.
StructWithoutToString(0, 0... | |||
June 29, 2014 General » Re: std.math performance (SSE vs. real) | |||
|---|---|---|---|
| |||
...called REC's - that compare and adjust outputs of different algorithms. One nice war story... | |||
June 27, 2014 Issues » [Issue 12968] DMD inline asm outputs wrong XCHG instruction | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=12968
yebblies <yebblies@gmail.com> changed:
What... | |||
June 26, 2014 Issues » [Issue 12971] DMD inline asm outputs wrong AND instruction | |||
|---|---|---|---|
| |||
...broken beyond recognition: SHR SIL, 1; // DMD outputs SHR DH, 1 movzx CX, SIL; // movzbw... | |||
Copyright © 1999-2021 by the D Language Foundation