isSupportedType.isSupportedType

Undocumented in source.
  1. 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))
    enum isSupportedType = true;
  2. enum isSupportedType;
  3. enum isSupportedType;
  4. enum isSupportedType;

Meta