Search

October 09, 2023
Learn »
...version was added to std.meta.  This template seeded/sprouted in here:

https://forum.dlang...
October 09, 2023
Learn »
...above code snippet to work, the staticMapN() template implemented by Ali Çehreli, which is not...
October 08, 2023
Learn »
...the curly brace for the template comes after the template constraint, and that there are...
October 07, 2023
Learn »
...sumtype.html

seems right now the `match!(...)` template only generate a delegate, e.g. suppose...
October 06, 2023
General »
...druntime. So we have to separate the template library(interop) from the druntime library. It...
October 05, 2023
Issues »
...parameter `data`, or make the constructor a template function so it's inferred. Otherwise the...
October 05, 2023
General »
Oooo template code I have trouble reading

Id given up on this; like I thought...
October 04, 2023
Learn »
Splitter returns a forward range so you can't slice the result. You can use...
October 04, 2023
General »
Generates a lot of template bloat, but you can do this:

```d
import std;

auto...
October 04, 2023
Learn »
What am I missing?

```d
import std;

void main() {
    struct DateRem {
        Date date;
        string rem...
114 115 116 117 118 119 120 121 122 123 124
Next ›   Last »