November 21 Genel » Re: @nogc | |||
|---|---|---|---|
| |||
...randomTile(int limit)(int row, int column)
{
import core.stdc.stdlib : rand;
auto terrain = cast... | |||
November 21 Genel » Re: @nogc | |||
|---|---|---|---|
| |||
...değil mi? **ADIM 1:** ```d import core.stdc.stdio : printf; import std.experimental.allocator.mallocator... | |||
November 21 Genel » Re: @nogc | |||
|---|---|---|---|
| |||
...Bu yüzden alttaki örnek çalışıyor.
```d
import std.stdio;
import core.memory : GC;
void main... | |||
November 21 General » Re: Proposal: Enhancing unittest with Inline Module-Level Statements | |||
|---|---|---|---|
| |||
...static if (imported!"std.range".hasLength!R)
{
import std.algorithm : equal;
if (p.equal!pred... | |||
November 21 Learn » Re: Would this function benefit from functional programming? | |||
|---|---|---|---|
| |||
...code in case it helps someone:
```d
import std;
enum { rows = 1, columns = 2 }
void... | |||
November 20 Genel » Assert Sarma | |||
|---|---|---|---|
| |||
...insan. Geliştirme önerisi olan? İşte kod: ```d import std.stdio; enum stringTest = "oldu mu?"; void... | |||
November 20 Issues » [Issue 23722] Lambdas are mangled incorrectly when using multiple compilation units, resulting in incorrect code | |||
|---|---|---|---|
| |||
...another example of this:
$ cat mod.d
import lib;
bool f() {
return b;
}
$ cat lib... | |||
November 20 Learn » I can not understand this Error: undefined identifier `cpp_longlong` | |||
|---|---|---|---|
| |||
...ldc/import/core/stdc/stdint.d(96): Error: undefined identifier `cpp_longlong` /ldc/import/core... | |||
November 20 Announce » Redub v1.17.1: Walking on its own direction | |||
|---|---|---|---|
| |||
...is the minimal code:
```d
module getmodules;
import redub.plugin.api;
class GetModulePlugin : RedubPlugin {}
mixin... | |||
November 19 Learn » Re: Threading with SDL | |||
|---|---|---|---|
| |||
...game.main; import core.thread; import core.sync.semaphore; import std.stdio; import std.concurrency... | |||
Copyright © 1999-2021 by the D Language Foundation