isSupportedType.isSupportedType

Undocumented in source.
  1. enum isSupportedType;
  2. enum isSupportedType;
    template isSupportedType(T)
    package
    static if(!(isIntegral!T || isBoolean!T || isSomeChar!T || is(Unqual!T == float) || is(Unqual!T == double) || is(T == void)))
    static if(isDynamicArray!T)
    enum isSupportedType = is(E == string) || is(E == wstring) || is(E == dstring) || !isDynamicArray!E && isSupportedType!E;
  3. enum isSupportedType;
  4. enum isSupportedType;

Meta