hasType

True if child M1 in A has a type M2.

  1. eponymoustemplate hasType(alias A, string M)
  2. alias hasType(alias A, string M1, string M2) = hasType!(getChild!(A, M1), M2)
    alias hasType(alias A, string M1, string M2) = hasType!(getChild!(A, M1), M2)

Meta