has_numeric_type.has_numeric_type

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

Meta