September 08 Learn » Is it possible to use templates to implement something like the `@show` macro from the Julia programming langauge in D? | |||
|---|---|---|---|
| |||
...expr); //https://ddili.org/ders/d.en/templates_more.html //says that `alias` allows "any... | |||
September 04 DIP Ideas » Make the template book canon | |||
|---|---|---|---|
| |||
https://github.com/PhilippeSigaud/D-templates-tutorial Programming in d and the spec are not... | |||
September 03 General » Re: Requirements for Slicing Ranges | |||
|---|---|---|---|
| |||
...with d as a buggy compiler and templates that merely pretends to be context-free... | |||
September 02 General » Grammar question. TypeSuffix - what is [ AssignExpression .. AssignExpression ] production for? | |||
|---|---|---|---|
| |||
...https://dlang.org/spec/template.html#variadic-templates , where more specifically https://dlang.org/spec... | |||
September 01 Learn » Re: Associative Array, get value instead of poiter using `if (auto ..)`, possible? | |||
|---|---|---|---|
| |||
...use the language features in my project, templates and mixins to solve larger problems, it... | |||
September 01 Learn » Re: Associative Array, get value instead of poiter using `if (auto ..)`, possible? | |||
|---|---|---|---|
| |||
...the sake of it ("no pointers", "no templates", "no imports", ...) is unlikely to accomplish anything... | |||
August 31 Learn » Re: Associative Array, get value instead of poiter using `if (auto ..)`, possible? | |||
|---|---|---|---|
| |||
...std.log.debug("{}", .{it});
}
```
No imports, no templates, ONE LINER
Please submit PRs to DMD... | |||
August 31 Learn » Re: Associative Array, get value instead of poiter using `if (auto ..)`, possible? | |||
|---|---|---|---|
| |||
...hate about D, solving simple problem requires templates + import + function call I already lost interest... | |||
August 30 General » Re: Disallowing S() when struct S has a constructor | |||
|---|---|---|---|
| |||
...runtime hooks, they are all now becoming templates. For instance, setting the length of an... | |||
August 28 General » Re: nothrow/@nogc inference troubles with emplace/move? | |||
|---|---|---|---|
| |||
...that all of your inferred functions are templates, and that reminded me a thought I... | |||
Copyright © 1999-2021 by the D Language Foundation