isIntegerLike.isIntegerLike

Undocumented in source.
  1. enum isIntegerLike;
    template isIntegerLike(T)
    static if(isMutable!T)
    static if(isIntegral!T || isSomeChar!T)
    enum isIntegerLike = true;
  2. enum isIntegerLike;
  3. enum isIntegerLike;
  4. alias isIntegerLike = isIntegerLike!(Unqual!T)

Meta