Checks if the type list is TypeSet.
static assert(isTypeSet!(TypeSet!())); static assert(isTypeSet!(TypeSet!void)); static assert(isTypeSet!(TypeSet!(void, int, typeof(null))));
See Implementation
Checks if the type list is TypeSet.