Val.typeOf

struct Val(T...)
enum typeOf = type!Type;

Meta