isNumeric

True if the type of M in A is numeric.

  1. eponymoustemplate isNumeric(T)
  2. alias isNumeric(alias A, string M) = isNumeric!(typeof(getChild!(A, M)))
    alias isNumeric(alias A, string M) = isNumeric!(typeof(getChild!(A, M)))

Meta