6 days ago Issues » [Issue 21381] std.random.uniform!T(urng) when T is long or ulong and urng.front is signed int will be biased in its high bits | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21381 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
6 days ago Issues » [Issue 21169] make checkedint as a drop-in replacement of native int/long | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21169 --- Comment #7 from dlangBugzillaToGithub <robert.schadek... | |||
6 days ago Issues » [Issue 20950] std.conv.text(int) shouldn't needlessly allocate | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=20950 --- Comment #5 from dlangBugzillaToGithub <robert.schadek... | |||
6 days ago Issues » [Issue 20920] Typedef!int + Typedef!int => int? is this a typedef overlook? | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=20920 --- Comment #6 from dlangBugzillaToGithub <robert.schadek... | |||
6 days ago Issues » [Issue 19027] iota(int.min, int.max).length is incorrect | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19027 --- Comment #2 from dlangBugzillaToGithub <robert.schadek... | |||
6 days ago Issues » [Issue 5543] to!int to see a char as a single-char string | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=5543 --- Comment #21 from dlangBugzillaToGithub <robert.schadek... | |||
6 days ago Learn » Re: How can I have those "template instance recursive expansion" errors under control? | |||
|---|---|---|---|
| |||
...tempinst.trySemantic3(sc2);
TemplateInstance ti = tempinst.tinst;
int nest = 0;
while (ti && !ti.deferred && ti... | |||
6 days ago General » Re: Variable notation | |||
|---|---|---|---|
| |||
...its UDAs - it just becomes a normal `int`, so you have to directly index `obj... | |||
6 days ago General » Variable notation | |||
|---|---|---|---|
| |||
...NOT_CHECK;
class Test {
int n;
int x;
@DO_NOT_CHECK int t;
this() {
n... | |||
November 30 Genel » Re: AA Helper | |||
|---|---|---|---|
| |||
...map.html#advanced_updating
aa.executeOn("key",
(int i) => writeln("varmış: ", i),
() => writeln("yokmuş"));
İkinci... | |||
Copyright © 1999-2021 by the D Language Foundation