November 01 DIP Ideas » Re: Allow designated initialization of struct | |||
|---|---|---|---|
| |||
...Other other;
}
void pass(Data data)
{
}
void main()
{
// THIS OK
Data data = {
other: { a: 42... | |||
October 31 Learn » Re: NGINX Unit and vibe.d Integration Performance | |||
|---|---|---|---|
| |||
...in Main Thread. My request handing code is grouped under fiber_entryPoint within Main Thread... | |||
October 31 Announce » Re: Simple DataFrames library | |||
|---|---|---|---|
| |||
...of ndslices. My recollection is that the main issue for support within mir is that... | |||
October 31 Learn » Re: ImportC question | |||
|---|---|---|---|
| |||
...harm in having different VSlibs installed. The main problem is that Windows is crap. The... | |||
October 30 Issues » [Issue 24840] New: Implicit construction with associative array literals can result in more destructor calls than constructor calls | |||
|---|---|---|---|
| |||
...when the GC calls the destructor):
---
void main()
{
import std.format;
import std.stdio;
import... | |||
October 30 General » Re: This one weird trick allows you to capture loop variables. | |||
|---|---|---|---|
| |||
...particular example, it would be
```D
void main()
{ import std.stdio;
void delegate()[] dgs;
foreach... | |||
October 29 Announce » Simple DataFrames library | |||
|---|---|---|---|
| |||
...v => v * (*pct/100.0)).array;
}
void main(string[] args)
{
auto coupon = args.length > 1... | |||
October 28 Learn » ImportC question | |||
|---|---|---|---|
| |||
...under Windows 10:
```
#include <stdio.h>
int main()
{
printf("Hello world.\n");
return 0;
}
```
Produces... | |||
October 28 Learn » Re: NGINX Unit and vibe.d Integration Performance | |||
|---|---|---|---|
| |||
...com/kyleingraham/unit-d-hello-world/blob/main/source/unit_integration.c ImportC is great | |||
October 28 General » [SAOC 2024] Improve D Error Messages - Weekly Update #6 | |||
|---|---|---|---|
| |||
...https://github.com/royalpinto007/d-drafts/blob/main/sarif_accumulator.d)) was successful, indicating some... | |||
Copyright © 1999-2021 by the D Language Foundation