isInterface

True if the type of M in A is an interface.

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

Meta