Good morning,

Is it possible something like this?

```
int foo() {

    __traits(some_trait, some_generic_this) theInt = 0;
```

I mean, without using the function name in the body, like ReturnType!foo ?

Reply via email to