September 27, 2022 General » Re: DIP proposal: Enum parameters | |||
|---|---|---|---|
| |||
...with that without introducing some level of template bloat. I dunno, maybe it's manageable... | |||
September 27, 2022 Issues » [Issue 10488] Allow template this parameter to work with static functions | |||
|---|---|---|---|
| |||
...issue: - Infer template this parameter when calling static method on instance (#14446) * Infer template this... | |||
September 27, 2022 General » Re: DIP proposal: Enum parameters | |||
|---|---|---|---|
| |||
...syntax: “The difference between enum parameters `and` template value parameters is only in calling syntax... | |||
September 26, 2022 General » Re: DIP proposal: Enum parameters | |||
|---|---|---|---|
| |||
...int, 10)(20)
```
(B) Nested template
```d
template f(T)
{
template f(T x)
{
void... | |||
September 26, 2022 General » Re: DIP proposal: Enum parameters | |||
|---|---|---|---|
| |||
...not a template at all. `format` is already a template; with a template argument format... | |||
September 26, 2022 Issues » [Issue 10488] Allow template this parameter to work with static functions | |||
|---|---|---|---|
| |||
...template this parameter when calling static method on instance Part of Issue 10488 - Allow template... | |||
September 25, 2022 Learn » Re: Passing D reimplementation of C++ template as argument to a C++ function | |||
|---|---|---|---|
| |||
```
extern(C++) extern(C++, class) struct Foo(T) {
T a, b;
}
alias FooFloat = Foo!float... | |||
September 25, 2022 General » [SAoC 2022] Replace druntime Hooks with Templates: Milestone 1, Week 1 | |||
|---|---|---|---|
| |||
...arraycatnTX` that takes arguments as a variadic template. Thus, it should cover all use cases... | |||
September 25, 2022 Issues » [Issue 23373] New: add uda (e.g. @csvIgnore) support in std.csv to ignore some field | |||
|---|---|---|---|
| |||
...src/phobos/std/conv.d(223): Error: template std.conv.toImpl cannot deduce function from... | |||
September 24, 2022 General » [SAoC2022] Replace libdparse with dmd-as-a-library in D-Scanner | |||
|---|---|---|---|
| |||
...scenario. My intention is to attempt and template all the public methods in `hdrgen.d... | |||
Copyright © 1999-2021 by the D Language Foundation