Search

June 25
Learn »
...tried this:

```
$ cat shared_aa.d
import std;

synchronized class shared_AA_class {
 private:
  int...
June 24
DIP Development »
...new Expr(minus: new Expr("x"))
    ));
    import std.stdio;
    writeln(expr, " = ", expr.eval(["x": 1...
June 24
DIP Ideas »
...d
struct tie
{
    import core.lifetime;
    import std.typecons : tuple;
    static opIndex(Ts...)(auto ref...
June 24
Issues »
...callback("Hello, World");
}

void main() @safe
{
    import std.stdio;
    f((string str) { writeln(str); return...
June 23
General »
...needed, why not move them out, like std.streams and so?

Basic building blocks have...
June 23
DIP Ideas »
```d
import std;
auto foo()(){static assert(0);}
auto bar(){static assert(0);}
void main...
June 23
General »
...For example, we forbid to import directly "std.stdio", but the task is handled by...
June 22
General »
...mylib is heavily discounted
3. ban "import std.algorthims" so people write their own generic...
June 22
Announce »
...to provide std.file module and so on related to the files/std streams subsystem...
June 20
Learn »
...e.g https://github.com/dlang/phobos/blob/master/std/internal/math/biguintcore.d#L1042.
104 105 106 107 108 109 110 111 112 113 114
Next ›   Last »