isElement

True if the type of M in A is an element of B.

  1. eponymoustemplate isElement(A, B)
  2. alias isElement(alias A, string M, alias B) = isElement!(typeof(getChild!(A, M)), B)
    alias isElement(alias A, string M, alias B) = isElement!(typeof(getChild!(A, M)), B)

Meta