3 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...would need to double check it, but ok I can ditch the : in favor of... | |||
3 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...the parent type to work. I'm ok with this approach. It simplifies a bunch... | |||
5 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...32 UTC, Richard (Rikki) Andrew Cattermole wrote: OK. I'd suggest that the member variable... | |||
November 30 Genel » Re: D Dili Hakkında Bir Soru | |||
|---|---|---|---|
| |||
...mi?" sorusunu belirdi ve hatta yapay zekaya "OK Google" dedikten sonra konuşarak bu cümleye nokta... | |||
November 30 Learn » Re: raylib-d how to program a simple moving circle. | |||
|---|---|---|---|
| |||
...in function `_Dmain': /mnt/xxx_source/Languages_ok/dlangtut/dub/69_raylib_error/source/app... | |||
November 28 Issues » [Issue 24889] [Function alignForSize] | |||
|---|---|---|---|
| |||
...into D. With stable the doc looks ok. If ddox is that broken (and apparently... | |||
November 27 Issues » [Issue 24886] New: std.typecons.Tuple does not support compatible `.tupleof` args | |||
|---|---|---|---|
| |||
...2] a;
f1(s.tupleof); // OK
f1(a.tupleof); // OK
f2(s.tupleof); // NG
f2... | |||
November 25 Issues » [Issue 19348] Struct casts should be better documented. | |||
|---|---|---|---|
| |||
...cast(short[4]) [10,0,20,0]; // OK
s = cast(S) long.max; // error
}
Error... | |||
November 25 Learn » only parameters or stack-based variables can be `inout` | |||
|---|---|---|---|
| |||
...d
import std;
enum E
{
One,
Two
}
// OK:
inout(int) fun(inout(int) i)
{
writeln... | |||
November 24 Issues » [Issue 24876] New: Undocumented cast from slice to static array | |||
|---|---|---|---|
| |||
...0..1]; // OK
const i = 1;
a = cast(char[4]) b[i..2]; // OK
}
PR... | |||
Copyright © 1999-2021 by the D Language Foundation