A template evaluating to a type void is how is(typeof(someTemplateDefinition)) works.
Yeah, I know of that, but with __traits(isTemplate) now, I don't think there's any good reason to use the old hack detection anymore anyway.
Adam D. Ruppe via Digitalmars-d-learn Thu, 27 Dec 2018 07:56:20 -0800
A template evaluating to a type void is how is(typeof(someTemplateDefinition)) works.
Yeah, I know of that, but with __traits(isTemplate) now, I don't think there's any good reason to use the old hack detection anymore anyway.