Nordlöw via Digitalmars-d-learn Tue, 15 Sep 2015 09:56:22 -0700
Something like
import std.typecons : isTuple; enum isTupleOf(T, E) = isTuple!T && is(MAGIC(T, E));