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