June 25 Learn » Why `foo.x.saa.aa` and `foo.y.saa.aa` is the same? `shared_AA.saa` should still be instance variable, not class variable, right? | |||
|---|---|---|---|
| |||
...tried this:
```
$ cat shared_aa.d
import std;
synchronized class shared_AA_class {
private:
int... | |||
June 24 DIP Development » Re: First Draft: Callback For Matching Type | |||
|---|---|---|---|
| |||
...new Expr(minus: new Expr("x"))
));
import std.stdio;
writeln(expr, " = ", expr.eval(["x": 1... | |||
June 24 DIP Ideas » Re: idea for Native D Tuple Syntax, packing and unpacking | |||
|---|---|---|---|
| |||
...d
struct tie
{
import core.lifetime;
import std.typecons : tuple;
static opIndex(Ts...)(auto ref... | |||
June 24 Issues » [Issue 17953] inout-like mechanism to infer function attributes from callback attributes | |||
|---|---|---|---|
| |||
...callback("Hello, World");
}
void main() @safe
{
import std.stdio;
f((string str) { writeln(str); return... | |||
June 23 General » Re: Sharding Phobos an alternative to sharding druntime | |||
|---|---|---|---|
| |||
...needed, why not move them out, like std.streams and so? Basic building blocks have... | |||
June 23 DIP Ideas » "all functions are templates" flag | |||
|---|---|---|---|
| |||
```d
import std;
auto foo()(){static assert(0);}
auto bar(){static assert(0);}
void main... | |||
June 23 General » Re: Sharding Phobos an alternative to sharding druntime | |||
|---|---|---|---|
| |||
...For example, we forbid to import directly "std.stdio", but the task is handled by... | |||
June 22 General » lib dev code golf | |||
|---|---|---|---|
| |||
...mylib is heavily discounted 3. ban "import std.algorthims" so people write their own generic... | |||
June 22 Announce » Re: Phobos 3 Development is Open! | |||
|---|---|---|---|
| |||
...to provide std.file module and so on related to the files/std streams subsystem... | |||
June 20 Learn » Re: Why is this happening to my software? An illegal instruction error. | |||
|---|---|---|---|
| |||
...e.g https://github.com/dlang/phobos/blob/master/std/internal/math/biguintcore.d#L1042. | |||
Copyright © 1999-2021 by the D Language Foundation