On Tuesday, 27 July 2021 at 08:15:12 UTC, Lukas  Borin wrote:
Consider the following template

```D
auto foo(T, int W, int H)(T p1, T p2) { }
```

Is there a "nice" way from the outside the get the names of the template values?

As far as I'm aware there is no way to introspect on template parameters at all.

Reply via email to