has_numeric_type.has_numeric_type

Undocumented in source.
  1. enum has_numeric_type;
  2. enum has_numeric_type;
    template has_numeric_type(T...)
    static if(!(is(typeof(T[0]) == U, U)))
    enum has_numeric_type = false;

Meta