Enum member isVector

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

enum isVector(T...) = is(Unqual!(T[0]) == Vector!Args, Args...);