October 09, 2023 Learn » Re: how to assign multiple variables at once by unpacking array? | |||
|---|---|---|---|
| |||
...version was added to std.meta. This template seeded/sprouted in here: https://forum.dlang... | |||
October 09, 2023 Learn » Re: how to assign multiple variables at once by unpacking array? | |||
|---|---|---|---|
| |||
...above code snippet to work, the staticMapN() template implemented by Ali Çehreli, which is not... | |||
October 08, 2023 Learn » Re: Type constraint | |||
|---|---|---|---|
| |||
...the curly brace for the template comes after the template constraint, and that there are... | |||
October 07, 2023 Learn » is there a way to use sumtype in `switch/case` (with multiple statements)? or how can I get the `tag` and `storage`? | |||
|---|---|---|---|
| |||
...sumtype.html seems right now the `match!(...)` template only generate a delegate, e.g. suppose... | |||
October 06, 2023 General » [SAOC 2023] C++ STL INTEROP - WEEKLY UPDATE #3 | |||
|---|---|---|---|
| |||
...druntime. So we have to separate the template library(interop) from the druntime library. It... | |||
October 05, 2023 Issues » [Issue 24175] DIP1000 fails to determine proper lifetime for struct | |||
|---|---|---|---|
| |||
...parameter `data`, or make the constructor a template function so it's inferred. Otherwise the... | |||
October 05, 2023 General » Re: Stack based array language (Uiua) | |||
|---|---|---|---|
| |||
Oooo template code I have trouble reading Id given up on this; like I thought... | |||
October 04, 2023 Learn » Re: Error: none of the overloads of template `once.main.each!((l) | |||
|---|---|---|---|
| |||
Splitter returns a forward range so you can't slice the result. You can use... | |||
October 04, 2023 General » Re: Stack based array language (Uiua) | |||
|---|---|---|---|
| |||
Generates a lot of template bloat, but you can do this: ```d import std; auto... | |||
October 04, 2023 Learn » Error: none of the overloads of template `once.main.each!((l) | |||
|---|---|---|---|
| |||
What am I missing?
```d
import std;
void main() {
struct DateRem {
Date date;
string rem... | |||
Copyright © 1999-2021 by the D Language Foundation