I can do it like this in C++:
```
template<class abc>
class def
{
    friend typename abc;
}
```

I am just hopelessly confused on how to achieve the same in D.

Reply via email to