Enum member isList

True if T is a List or implicitly converts to one, otherwise false.

enum isList(T...) = is(Unqual!(T[0]) == List!Args, Args...);