January 12, 2024 General » Tuples, CTFE, and Sliding Template Arguments | |||
|---|---|---|---|
| |||
...a compile time argument to a templated dummy value. Then, the type of that argument... | |||
December 04, 2023 Learn » anonymous structs within structs | |||
|---|---|---|---|
| |||
...like 'Dummy' above) to the A struct held within the B struct. Just removing 'Dummy... | |||
December 01, 2023 Learn » vibe-d REST API: POSTing a struct | |||
|---|---|---|---|
| |||
...id": "dummy_id",
"name": "dummy"
}
}
```
rather than simply this
```
{
"project_id": "dummy_id",
"name": "dummy... | |||
November 20, 2023 Learn » Re: What is :-) ? | |||
|---|---|---|---|
| |||
...int dummy) pure nothrow @nogc @safe 'typeof(createCounter).string' is int delegate(int dummy) pure... | |||
November 14, 2023 Learn » Does exists some way to define a implementation for a symbol? | |||
|---|---|---|---|
| |||
...implementing classes separately, and I need a dummy symbol. The best world is not even... | |||
October 22, 2023 General » Re: DIP1027 - Easy String Interpolation implementation | |||
|---|---|---|---|
| |||
...file = "stuff";
delete_files_silently(i"/tmp/dummy_$user/$file", "/tmp/something_else");
// Even better... | |||
August 13, 2023 LDC » Re: Switch codegen. | |||
|---|---|---|---|
| |||
...members, you'll need to use a dummy block, containing `unreachable`, to fill them. A... | |||
July 13, 2023 Announce » D Language Foundation June 2023 Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...the usability. I had set up a dummy repository to test it out on and... | |||
July 13, 2023 General » Re: Updating C++ Interop documentation | |||
|---|---|---|---|
| |||
...you can create a constructor with a dummy argument and use pragma(mangle) to manually... | |||
July 10, 2023 Learn » Re: Pre-expanding alloc cell(s) / reserving space for an associative array | |||
|---|---|---|---|
| |||
...buckets. So the buckets used by the dummy key-value pairs do not get reused... | |||
Copyright © 1999-2021 by the D Language Foundation