Checks if value 'a' is, or is implicitly castable to, or is derived from all of the TList types.
assert( isAllTypes!(Foo, Bar, Baz)(foo) );
See Implementation
Checks if value 'a' is, or is implicitly castable to, or is derived from all of the TList types.