Convience function that forwards to std.traits.
static assert (is(Type!(Type!int) == Type!int));
See Implementation