isString

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

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

Meta