isType

True if M in A is a type.

  1. eponymoustemplate isType(alias A)
  2. alias isType(alias A, string M) = isType!(getChild!(A, M))
    alias isType(alias A, string M) = isType!(getChild!(A, M))

Meta