September 12 Issues » [Issue 24763] Can't initialize a struct with a static array | |||
|---|---|---|---|
| |||
...int test;
}
struct Data
{
Test[1] test; // note that I changed this from Test[8... | |||
September 10 DIP Ideas » runtime value pattern matching | |||
|---|---|---|---|
| |||
...60..100: return 30; default: return 0; } ``` (note I understand theres better solution because toy... | |||
September 11 DIP Development » Re: Sum Types - first draft | |||
|---|---|---|---|
| |||
...can introduce runtime errors (null dereferencing). Of note is that sum types are only discussed... | |||
September 10 DIP Development » Re: Sum Types - first draft | |||
|---|---|---|---|
| |||
...give each and every element a name. Note all existing D implementation of sumtypes do... | |||
September 09 Learn » Re: Problem with assertThrown | |||
|---|---|---|---|
| |||
...the example for your question. I would note however, that the message for the AssertError... | |||
September 06 DIP Ideas » Unpacking syntax | |||
|---|---|---|---|
| |||
...c)) = t(1, t("2", 3.0f));
```
Note that it is _not_ possible to declare... | |||
September 04 Debuggers » Re: Basic expressions in GDB | |||
|---|---|---|---|
| |||
...see the value of the static member). Note that the LLVM API used to generate... | |||
September 03 General » Re: pragma(inline) doesnt work on local functions : DMD | |||
|---|---|---|---|
| |||
I consider this a bug. Note there is no semicolon after the pragma, so it... | |||
September 01 General » Re: DIP1000 observation | |||
|---|---|---|---|
| |||
...to just use Rust. I would also note that Zig has gotten a lot of... | |||
August 30 Announce » Re: D Language Foundation May 2024 Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...general impression of the foundation. On positive note though, you _did_ decide revising it more... | |||
Copyright © 1999-2021 by the D Language Foundation