October 28 Learn » NGINX Unit and vibe.d Integration Performance | |||
|---|---|---|---|
| |||
...requests arrive, Unit sends them to the main thread for handling on vibe.d's... | |||
October 26 Issues » [Issue 24836] New: struct return by hidden struct arg does not need copy to become an rvalue | |||
|---|---|---|---|
| |||
...S) { printf("opMove(ref S)\n"); }
}
void main() {
S s;
S t;
S test() { S... | |||
October 26 DIP Ideas » Re: Static functions calls should only resolve to static functions | |||
|---|---|---|---|
| |||
...i) {2.write;}
}
}
}
void main()
{
ubyte arg;
S.foo(arg); // prints 1... | |||
October 26 DIP Ideas » Re: Allow designated initialization of struct | |||
|---|---|---|---|
| |||
...struct Vector3i { uint x, y, z; }
void main()
{
//Vector3i vector = {z: 3, x: 1, y... | |||
October 25 Issues » [Issue 24835] New: hasElaborateAssign is true for structs where opAssign is disabled if a member variable has elaborate assignment | |||
|---|---|---|---|
| |||
...disabled opAssign or not.
This code
---
void main()
{
import std.traits;
static struct S
{
void... | |||
October 25 Issues » [Issue 24833] New: enums with a base type with a copy / postblite ctor, opAssign, or dtor should either use them or be disallowed | |||
|---|---|---|---|
| |||
...completely ignore those functions. E.G.
---
void main()
{
import std.traits;
static struct S
{
int... | |||
October 24 Learn » Re: Splitting a project into different executable files | |||
|---|---|---|---|
| |||
...is a separate program with its own main function: https://github.com/andrey-zherikov/argparse... | |||
October 24 Issues » [Issue 24832] New: Segfault in hex string | |||
|---|---|---|---|
| |||
...19 ldc2 0x0000566b8bc75ced _d_run_main + 141 20 ldc2 0x0000566b8bab81c8 main + 680 21 libc.so... | |||
October 24 Issues » [Issue 24831] New: IFTI fails for a function template with a default function argument | |||
|---|---|---|---|
| |||
...T = int)(T v = T.init)
{
}
void main()
{
foo!int(); // ok
foo!int("x"); // fail... | |||
October 24 Genel » Bir Zoo yapalım :) | |||
|---|---|---|---|
| |||
...gerekecek. Ben sadece başlangıcı veriyorum...
```d
void main()
{
Animal[] animals;
with(Animal) animals = [dog, cow... | |||
Copyright © 1999-2021 by the D Language Foundation