Enum member isFlatMap

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

enum isFlatMap(T...) = is(Unqual!(T[0]) == FlatMap!Args, Args...);