isNarrowString

True if the type of M in A is a narrow string.

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

Meta