December 01 Learn » Re: Plot one pixel in blue on a canvas | |||
|---|---|---|---|
| |||
...for your use case,
```d
import chitra;
void main()
{
auto ctx = new Chitra(200, 200... | |||
December 01 Issues » [Issue 20412] std.range.put misbehaves when OutputRange.put(void[] exists) | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=20412 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 18580] std.conv.to!(const ubyte[])(void[]) should work | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=18580 --- Comment #9 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 17597] std.typecons.Typedef cannot be instantiated with void | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17597 --- Comment #2 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 General » Re: Variable notation | |||
|---|---|---|---|
| |||
The following should work:
```d
void Check(T)(T obj) {
import std.stdio : writeln;
import... | |||
December 01 General » Variable notation | |||
|---|---|---|---|
| |||
...this() {
n = 1;
x = 2;
t = 3;
}
}
void Check(T)(T obj) {
static if (is... | |||
December 01 Genel » Re: AA Helper | |||
|---|---|---|---|
| |||
...ama kullanıcıdan bunun onayını da alabilir:
```d
void main()
{
with (Yetki)
{
auto user = [
... | |||
November 30 Genel » Dinamik Rol Tabanlı Yetkilendirme Programı (with AA by AI) | |||
|---|---|---|---|
| |||
...key);
}
}
// Daha gelişmiş contains fonksiyonu v1.1
void contains(E, V, F)(E element, V... | |||
November 30 General » Coroutines, can they slice and dice easier? | |||
|---|---|---|---|
| |||
...a single function of the signature: ```d void handle(ref State); ``` Just the one function... | |||
November 30 Learn » Re: raylib-d how to program a simple moving circle. | |||
|---|---|---|---|
| |||
...void raylib.binding.validateRaylibBinding()`
Error: undefined reference to `raylib_version`
referenced from `nothrow @nogc void... | |||
Copyright © 1999-2021 by the D Language Foundation