Is there a better way than:
f(Args...)(Args args) if (allSameType!(Args, T); in terms of template bloat?
Nordlöw via Digitalmars-d-learn Fri, 17 Jun 2016 14:06:07 -0700
Is there a better way than:
f(Args...)(Args args) if (allSameType!(Args, T); in terms of template bloat?