On 12/31/17 10:01 AM, ktoast wrote:
Hello everyone,
I started to learn D a few weeks ago and have been stuck trying to solve
the following problem :
- determine at compile time whether an alias is defined or not in a
struct/class.
You'll find my attempt thereafter, something similar to ho
Hello everyone,
I started to learn D a few weeks ago and have been stuck trying
to solve the following problem :
- determine at compile time whether an alias is defined or not in
a struct/class.
You'll find my attempt thereafter, something similar to how it's
done in C++ (using the type v