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.
Tejas via Digitalmars-d-learn Thu, 15 Jul 2021 10:25:53 -0700
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.