isChar

True if the type of M in A is any char.

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

Meta